https://github.com/risingstack/auth0-ts-vue-example
Example repository for setting up Auth0 for Vue apps with TypeScript
https://github.com/risingstack/auth0-ts-vue-example
Last synced: 4 months ago
JSON representation
Example repository for setting up Auth0 for Vue apps with TypeScript
- Host: GitHub
- URL: https://github.com/risingstack/auth0-ts-vue-example
- Owner: RisingStack
- License: mit
- Created: 2020-06-25T18:25:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T16:54:05.000Z (about 3 years ago)
- Last Synced: 2025-04-12T17:48:34.856Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 3.17 MB
- Stars: 6
- Watchers: 3
- Forks: 8
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# auth0-ts-vue-example
This is the example repo for the post [Auth0: Vue & TypeScript Quickstart SDK - The Missing Docs](https://blog.risingstack.com/auth0-vue-typescript-quickstart-docs/) published on [blog.risingstack.com](blog.risingstack.com)
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).