我在跑完 vue npm run dev 之后弹出一个项目链接,我打开提示的是 Cannot Get
这是命令行::::
C:\Users\EDZ>e:
E:>cd Vue\vue-cli-test
E:\Vue\vue-cli-test>npm run dev
vuedemo@1.0.0 dev E:\Vue\vue-cli-test
webpack-dev-server --inline --progress --config build/webpack.dev.conf.js
13% building modules 28/31 modules 3 active ...dex=0!E:\Vue\vue-cli-test\src\App.vue{ parser: "babylon" } is deprecated; we now treat it as { parser: "babel" }.
95% emitting
DONE Compiled successfully in 2501ms 15:59:42
I Your application is running here: http://localhost:8081
我是下载到本地的项目,不需要修改config里的Index.js文件里的 dev:{assetspublicpath:“ / ” }
这样不就是已经启动了你的本地项目了吗?