diff --git a/README.md b/README.md index acf0f01..0641d8f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,24 @@ -# auth0-events_app_1 +# events-app -Auth0 Vue tutorial part 1 - -https://auth0.com/blog/beginner-vuejs-tutorial-with-user-login/ \ No newline at end of file +## 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/).