docs
parent
1eac664f65
commit
58a62fb5da
|
@ -15,16 +15,18 @@ git clone https://github.com/PanJiaChen/vueAdmin-template.git
|
|||
# Install dependencies
|
||||
npm install
|
||||
|
||||
# serve with hot reload at localhost:9528
|
||||
# Serve with hot reload at localhost:9528
|
||||
npm run dev
|
||||
|
||||
# build for production with minification
|
||||
# Build for production with minification
|
||||
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
|
||||
```
|
||||
|
||||
https://panjiachen.gitee.io/vue-element-admin-site/zh/guide/
|
||||
|
||||
## Demo
|
||||
|
||||

|
||||
|
|
Loading…
Reference in New Issue