https://github.com/webmasterdevlin/vuejs-auth0-spa
Sample code of Auth0 SPA js in Vue
https://github.com/webmasterdevlin/vuejs-auth0-spa
Last synced: about 1 year ago
JSON representation
Sample code of Auth0 SPA js in Vue
- Host: GitHub
- URL: https://github.com/webmasterdevlin/vuejs-auth0-spa
- Owner: webmasterdevlin
- Created: 2019-07-17T22:30:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:43:45.000Z (over 3 years ago)
- Last Synced: 2025-01-26T13:30:03.458Z (over 1 year ago)
- Language: Vue
- Size: 2.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuejs-auth0-spa
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).