This commit is contained in:
Jeffrey Biles
2020-03-15 20:55:10 -07:00
commit d47520eaf1
14 changed files with 8628 additions and 0 deletions

24
README.md Normal file
View File

@@ -0,0 +1,24 @@
# vue-3-demo
## 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/).