打开微信扫一扫,关注微信公众号
报错信息: “不是内部或外部命令,也不是可运行的程序”
步骤一: 检查package.json 中是否有 vue-cli-server,没有则需安装 步骤二 : 执行npm install命令
npm install
npm run serve