https://github.com/olawale-o/fire-oauth
A front-end app to test devise omniauth
https://github.com/olawale-o/fire-oauth
axios firebase pinia vuejs
Last synced: 2 months ago
JSON representation
A front-end app to test devise omniauth
- Host: GitHub
- URL: https://github.com/olawale-o/fire-oauth
- Owner: olawale-o
- Created: 2022-05-24T15:45:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-30T17:48:47.000Z (about 4 years ago)
- Last Synced: 2025-02-02T10:31:17.603Z (over 1 year ago)
- Topics: axios, firebase, pinia, vuejs
- Language: Vue
- Homepage:
- Size: 782 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fire-oauth
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your unit tests
```
npm run test:unit
```
### Run your end-to-end tests
```
npm run test:e2e
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).