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
2024-03-06 09:56:37
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