vue-cli311111/README.md

24 lines
598 B
Markdown
Raw Normal View History

2018-08-15 16:25:05 +08:00
# vueadmin
2018-08-15 22:20:03 +08:00
技术栈主要使用vue-cli3.0+vue+elementUI+vuex+axios。<br>
这是一个基于手摸手系列,<a target="_blank" href="https://github.com/PanJiaChen/vueAdmin-template">vueadmin-template</a>进行改造的版本----感谢作者风骚花裤衩。
2018-08-15 16:38:22 +08:00
<h3><a href="http://www.vueadmin.cn">线上预览地址</a></h3>
2018-08-15 16:25:05 +08:00
## 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
2018-08-15 16:30:06 +08:00
```