vue-cli 4.0
- 创建
vue create project_name
- 安装依赖
npm install
- 启动
npm run serve
- 打包
npm run build
umi
- 运行
yarn start
egg.js
- 全局安装
npm install egg-init -g
- 创建
egg-init project_name --type=simple
- 下载依赖
npm install
- 运行
npm run dev
vue create project_name
npm install
npm run serve
npm run build
yarn start
npm install egg-init -g
egg-init project_name --type=simple
npm install
npm run dev
本文标题:各前端项目命令集合
本文链接:https://www.haomeiwen.com/subject/yurpvktx.html
网友评论