first commit
This commit is contained in:
commit
b644961d2d
|
@ -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
|
||||
```
|
Loading…
Reference in New Issue