1.首先需要cd到项目目录中去,然后输入 cnpm install 等待安装依赖(node_modules 目录):
2.启动 ---
npm run dev
=======================
如果是vue ui 项目:
1.首先需要cd到项目目录中去,然后输入 cnpm install 等待安装依赖(node_modules 目录):
2.启动 ---
开发环境
npm run serve
生产环境
npm run build
整理和修复文件
npm run lint