webpack4.0
Pan 2018-08-16 10:54:04 +08:00
parent 1eac664f65
commit 58a62fb5da
1 changed files with 5 additions and 3 deletions

View File

@ -15,16 +15,18 @@ git clone https://github.com/PanJiaChen/vueAdmin-template.git
# Install dependencies # Install dependencies
npm install npm install
# serve with hot reload at localhost:9528 # Serve with hot reload at localhost:9528
npm run dev npm run dev
# build for production with minification # Build for production with minification
npm run build npm run build
# build for production and view the bundle analyzer report # Build for production and view the bundle analyzer report
npm run build --report npm run build --report
``` ```
https://panjiachen.gitee.io/vue-element-admin-site/zh/guide/
## Demo ## Demo
![demo](https://github.com/PanJiaChen/PanJiaChen.github.io/blob/master/images/demo.gif) ![demo](https://github.com/PanJiaChen/PanJiaChen.github.io/blob/master/images/demo.gif)