vue-cli311111/README.md

21 lines
277 B
Markdown
Raw Normal View History

2018-08-15 16:25:05 +08:00
# vueadmin
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run dev
```
### Compiles and minifies for production
```
npm run build
```
### Compiles and minifies for production to analyze the component percent
```
npm run analyze
```