Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xairdropfarmer/vue-oauth
for live demo on codesandbox
https://github.com/0xairdropfarmer/vue-oauth
oauth2 vue vuejs2
Last synced: about 2 months ago
JSON representation
for live demo on codesandbox
- Host: GitHub
- URL: https://github.com/0xairdropfarmer/vue-oauth
- Owner: 0xairdropfarmer
- Created: 2019-01-19T13:34:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-18T03:28:41.000Z (almost 5 years ago)
- Last Synced: 2024-05-20T21:14:17.190Z (8 months ago)
- Topics: oauth2, vue, vuejs2
- Language: Vue
- Homepage: https://codesandbox.io/s/32qnq0y8vm
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-oauth
## Project setup
```
yarn install
```### 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/).