adding latest tutorials

This commit is contained in:
2020-02-26 01:10:16 +00:00
parent 8b1d7f6f45
commit 4f666020c1
26 changed files with 20725 additions and 29 deletions

View File

@@ -0,0 +1,24 @@
# events-app
## 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/).