adding README.md

This commit is contained in:
2020-03-02 23:10:01 +00:00
parent 017a57a794
commit d58657bbed

View File

@@ -1,5 +1,24 @@
# auth0-events_app_1
# events-app
Auth0 Vue tutorial part 1
## Project setup
```
yarn install
```
https://auth0.com/blog/beginner-vuejs-tutorial-with-user-login/
### 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/).