adding README.md
This commit is contained in:
25
README.md
25
README.md
@@ -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/).
|
||||
|
||||
Reference in New Issue
Block a user