# vueadmin
使用vue-cli3.0,基于手摸手系列,作者花裤衩vueadmin-template进行改造的版本
## 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
```