2022-10-28 00:14:20 +00:00
|
|
|
# advent22_ui
|
|
|
|
|
|
|
|
## Project setup
|
2024-08-27 00:25:42 +00:00
|
|
|
|
2022-10-28 00:14:20 +00:00
|
|
|
```
|
|
|
|
yarn install
|
|
|
|
```
|
|
|
|
|
|
|
|
### Compiles and hot-reloads for development
|
2024-08-27 00:25:42 +00:00
|
|
|
|
2022-10-28 00:14:20 +00:00
|
|
|
```
|
|
|
|
yarn serve
|
|
|
|
```
|
|
|
|
|
|
|
|
### Compiles and minifies for production
|
2024-08-27 00:25:42 +00:00
|
|
|
|
2022-10-28 00:14:20 +00:00
|
|
|
```
|
|
|
|
yarn build
|
|
|
|
```
|
|
|
|
|
|
|
|
### Lints and fixes files
|
2024-08-27 00:25:42 +00:00
|
|
|
|
2022-10-28 00:14:20 +00:00
|
|
|
```
|
|
|
|
yarn lint
|
|
|
|
```
|
|
|
|
|
|
|
|
### Customize configuration
|
2024-08-27 00:25:42 +00:00
|
|
|
|
2022-10-28 00:14:20 +00:00
|
|
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|