This commit is contained in:
Hykilpikonna
2021-12-04 15:15:50 -05:00
parent 23252a40cc
commit 920ee34f65
13 changed files with 230 additions and 196 deletions
+5
View File
@@ -1,24 +1,29 @@
# home-page
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).