2020-09-08 12:55:40 -05:00
|
|
|
# pcpuma_admin
|
|
|
|
|
|
2020-09-28 20:11:42 -05:00
|
|
|
## Project setup
|
|
|
|
|
```
|
|
|
|
|
npm install
|
|
|
|
|
```
|
2020-09-08 12:55:40 -05:00
|
|
|
|
2020-09-28 20:11:42 -05:00
|
|
|
### Compiles and hot-reloads for development
|
|
|
|
|
```
|
|
|
|
|
npm run serve
|
|
|
|
|
```
|
2020-09-08 12:55:40 -05:00
|
|
|
|
2020-09-28 20:11:42 -05:00
|
|
|
### Compiles and minifies for production
|
|
|
|
|
```
|
|
|
|
|
npm run build
|
|
|
|
|
```
|
2020-09-08 12:55:40 -05:00
|
|
|
|
2020-09-28 20:11:42 -05:00
|
|
|
### Lints and fixes files
|
|
|
|
|
```
|
|
|
|
|
npm run lint
|
2020-09-08 12:55:40 -05:00
|
|
|
```
|
|
|
|
|
|
2020-09-28 20:11:42 -05:00
|
|
|
### Customize configuration
|
|
|
|
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|