1.运行vue项目
npm run serve
2.开启vue项目
npm run start
3.重启vue项目
npm run restart
4.停止vue运行
npm run stop
5.打包vue项目
npm run build