跑 vue 项目

 

cd *****

npm install  或 yarn(推荐)

npm run dev

 

若是报错:

missing script: dev

ERR! A complete log of this run can be found in:

ERR!     /Users/kimiyo/.npm/_logs/2018-10-08T03_26_30_420Z-debug.log

 

 

改成运行:

npm run serve

 

posted @ 2018-10-10 10:02  milaliu99  Views(266)  Comments(0)    收藏  举报