Skip to content

LuLuCodes/easy-front-vue-cli3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easy-front-vue-cli3

基于 vue cli3 的项目工程模板 2.0,详细的使用手册请查阅easy-front-vue-cli3 使用手册

使用方法

安装依赖

npm install

调试模式

npm run dev

打包生产环境

npm run build

打包测试环境

npm run test

打包预发布环境

npm run pre-release

检查语法和修复文件

npm run lint