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

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

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/).