Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Nuxt 3 / Firebase Auth Starter

Nuxt 3 Getting Started
https://v3.nuxtjs.org/getting-started/introduction

Get 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
```