https://github.com/jiyuujin/nuxt-firebase
https://github.com/jiyuujin/nuxt-firebase
firebase github-oauth google-oauth nuxt
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jiyuujin/nuxt-firebase
- Owner: jiyuujin
- Created: 2023-04-26T22:16:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-27T21:23:39.000Z (about 3 years ago)
- Last Synced: 2025-07-09T04:05:28.380Z (11 months ago)
- Topics: firebase, github-oauth, google-oauth, nuxt
- Language: TypeScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter
We recommend to look at the [documentation](https://v3.nuxtjs.org).
## Setup
Make sure to install the dependencies
```bash
yarn install
```
## Development
Start the development server on http://localhost:3000
```bash
yarn dev
```
## Production
Build the application for production:
```bash
yarn build
```
Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).