Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/razorcx-courses/nuxt3-firebase-auth
Nuxt3 / Firebase Auth
https://github.com/razorcx-courses/nuxt3-firebase-auth
firebase firebase-auth nuxt nuxt3
Last synced: about 2 months ago
JSON representation
Nuxt3 / Firebase Auth
- Host: GitHub
- URL: https://github.com/razorcx-courses/nuxt3-firebase-auth
- Owner: razorcx-courses
- Created: 2022-03-16T06:01:28.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-16T06:19:32.000Z (almost 3 years ago)
- Last Synced: 2023-03-07T09:38:30.055Z (almost 2 years ago)
- Topics: firebase, firebase-auth, nuxt, nuxt3
- Language: Vue
- Homepage:
- Size: 152 KB
- Stars: 29
- Watchers: 1
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 / Firebase Auth Starter
Nuxt 3 Getting Started
https://v3.nuxtjs.org/getting-started/introductionGet Started with Firebase Authentication on Websites
https://firebase.google.com/docs/auth/web/start## Setup
Make sure to install the dependencies
```
npm install
```## Development
Start the development server on http://localhost:3000
```
npm run dev
```## Production
Build the application for production:
```
npm run build
```