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