# vueadmin
技术栈主要使用vue-cli3.0+vue+elementUI+vuex+axios。
这是一个基于手摸手系列,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
```