vue-cli31/README.md

23 lines
510 B
Markdown
Raw Normal View History

2018-08-15 16:25:05 +08:00
# vueadmin
2018-08-15 16:52:24 +08:00
使用vue-cli3.0,基于手摸手系列,作者花裤衩<a 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
```