2021-09-06 23:59:54 +10:00
|
|
|
# ui
|
|
|
|
|
|
|
|
## Project setup
|
2022-02-05 14:39:37 +11:00
|
|
|
|
2021-09-06 23:59:54 +10:00
|
|
|
```
|
|
|
|
yarn install
|
|
|
|
```
|
|
|
|
|
|
|
|
### Compiles and hot-reloads for development
|
2022-02-05 14:39:37 +11:00
|
|
|
|
2021-09-06 23:59:54 +10:00
|
|
|
```
|
|
|
|
yarn serve
|
|
|
|
```
|
|
|
|
|
|
|
|
### Compiles and minifies for production
|
2022-02-05 14:39:37 +11:00
|
|
|
|
2021-09-06 23:59:54 +10:00
|
|
|
```
|
|
|
|
yarn build
|
|
|
|
```
|
|
|
|
|
|
|
|
### Lints and fixes files
|
2022-02-05 14:39:37 +11:00
|
|
|
|
2021-09-06 23:59:54 +10:00
|
|
|
```
|
|
|
|
yarn lint
|
|
|
|
```
|
|
|
|
|
|
|
|
### Customize configuration
|
2022-02-05 14:39:37 +11:00
|
|
|
|
2021-09-06 23:59:54 +10:00
|
|
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|