Files
build-gmail-clone-with-vue-3/README.md
Jeffrey Biles d47520eaf1 init
2020-03-15 20:55:10 -07:00

25 lines
314 B
Markdown

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