2021-07-14 17:48:36 +08:00
|
|
|
# project2104-ui
|
2021-07-03 08:58:34 +08:00
|
|
|
|
2021-07-14 17:48:36 +08:00
|
|
|
## Project setup
|
2021-07-03 08:58:34 +08:00
|
|
|
|
2021-07-14 17:48:36 +08:00
|
|
|
```
|
|
|
|
npm install
|
|
|
|
```
|
2021-07-03 08:36:11 +08:00
|
|
|
|
2021-07-14 17:48:36 +08:00
|
|
|
### Compiles and hot-reloads for development
|
2021-07-03 08:36:11 +08:00
|
|
|
|
2021-07-14 17:48:36 +08:00
|
|
|
```
|
2021-07-03 08:58:34 +08:00
|
|
|
npm run serve
|
2021-07-03 08:36:11 +08:00
|
|
|
```
|
|
|
|
|
2021-07-14 17:48:36 +08:00
|
|
|
### Compiles and minifies for production
|
2021-07-05 10:09:12 +08:00
|
|
|
|
2021-07-14 17:48:36 +08:00
|
|
|
```
|
|
|
|
npm run build
|
|
|
|
```
|
|
|
|
|
|
|
|
### Lints and fixes files
|
2021-07-05 10:09:12 +08:00
|
|
|
|
2021-07-14 17:48:36 +08:00
|
|
|
```
|
|
|
|
npm run lint
|
|
|
|
```
|
2021-07-05 10:09:12 +08:00
|
|
|
|
2021-07-14 17:48:36 +08:00
|
|
|
### Customize configuration
|
2021-07-03 08:36:11 +08:00
|
|
|
|
2021-07-14 17:48:36 +08:00
|
|
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|