vue-cli31/README.md

23 lines
520 B
Markdown

# vueadmin
使用vue-cli3.0,基于手摸手系列,作者花裤衩<a target="_blank" href="https://github.com/PanJiaChen/vueAdmin-template">vueadmin-template</a>进行改造的版本
<h3><a href="http://www.vueadmin.cn">线上预览地址</a></h3>
## 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
```