first commit

This commit is contained in:
菠萝战士2018 2018-08-15 16:25:05 +08:00
commit b644961d2d
1 changed files with 21 additions and 0 deletions

21
README.md Normal file
View File

@ -0,0 +1,21 @@
# vueadmin
## 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
```