An open API service indexing awesome lists of open source software.

https://github.com/edo1z/auth0-study

Auth0 Study
https://github.com/edo1z/auth0-study

Last synced: 6 months ago
JSON representation

Auth0 Study

Awesome Lists containing this project

README

          

# auth0-study

![image](https://user-images.githubusercontent.com/28310715/62598926-d2054500-b925-11e9-9a20-802cf438ca7c.png)

## Project setup
```
yarn install
```
### Create .env.development

Create a file called .env.development and enter the following:

```
VUE_APP_AUTH0_DOMAIN = "xxxxxxxxxx.auth0.com"
VUE_APP_AUTH0_CLIENT_ID = "xxxxxxxxxxxxxxx"
VUE_APP_AUTH0_REDIRECT_URI = "http://localhost:8080/#/callback"
```

### Compiles and hot-reloads for development
```
yarn run serve
```

### Compiles and minifies for production
```
yarn run build
```

### Run your tests
```
yarn run test
```

### Lints and fixes files
```
yarn run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).