This commit is contained in:
Hykilpikonna
2021-12-24 15:43:42 -05:00
committed by GitHub
parent 09480f351c
commit 93da3c7132
+4 -24
View File
@@ -1,29 +1,9 @@
# home-page
# Home Page
## Project setup
```
```sh
# Project setup
yarn install
```
### Compiles and hot-reloads for development
```
# 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/).