Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 735 Bytes

README.md

File metadata and controls

55 lines (38 loc) · 735 Bytes

vue-admin-template

Project setup 项目安装

npm install

Compiles and hot-reloads for development 编译和热更新(开发环境)

npm run serve

Compiles and minifies for production 编译和压缩(生产环境)

npm run build

模块可视化分析

npm run analyzer

Run your unit tests

npm run test:unit

Run your end-to-end tests

npm run test:e2e

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.