Skip to content

用webpack+vue+babel+eslint搭建一个管理系统

Notifications You must be signed in to change notification settings

summercloud/vue-admin

Repository files navigation

进入到根目录

npm install 安装项目所有依赖

npm run dev 开发环境运行

npm run build 编译打包项目,生成的压缩包在dist文件夹中

npm run test 执行eslint,检测代码是否有格式错误

npm run lint --fix 自动修复代码中的格式错误

About

用webpack+vue+babel+eslint搭建一个管理系统

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published