# clone the project git clone https://github.com/PanJiaChen/vue-admin-template.git # enter the project directory cd vue-admin-template # install dependency npm install # develop npm run dev
This will automatically open http://localhost:9527
# 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 fix npm run lint -- --fix
1.webpack-build-notifier 增加打包监控 2.progress-bar-webpack-plugin 增加打包进度条
MIT license.
Copyright (c) 2017-present PanJiaChen