advent22/ui/README.md

30 lines
320 B
Markdown
Raw Normal View History

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/).