This commit is contained in:
Hykilpikonna
2021-12-04 14:58:24 -05:00
commit 23252a40cc
18 changed files with 9487 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# 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/).