-
vue-admin是一款管理后台工具
资源介绍
## Getting started
# install dependency
npm install
# develop
npm run dev
建造
# build for test environment
npm run build:stage
# build for production environment
npm run build:prod
先进的
# preview the release environment effect
npm run preview
# preview the release environment effect + static resource analysis
npm run preview -- --report
# code format check
npm run lint
# code format check and auto f
- 上一篇: vue-shop-admin
- 下一篇: 用Vuejs构建的渐进式本地天气Web应用程序