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

https://github.com/razorcx-courses/nuxt3-firestore-public

Nuxt 3 / Firebase Firestore 9 Tutorial
https://github.com/razorcx-courses/nuxt3-firestore-public

bulma-css firebase-firestore nuxt nuxt3 nuxt3-starter

Last synced: about 1 year ago
JSON representation

Nuxt 3 / Firebase Firestore 9 Tutorial

Awesome Lists containing this project

README

          

# Nuxt 3 / Firebase Firestore 9 Starter

Nuxt3 [documentation](https://v3.nuxtjs.org).
Firebase Firestore [documentation](https://firebase.google.com/docs/web/learn-more?authuser=0&hl=en#modular-version).

## Setup

Make sure to install the dependencies

```bash
npm install
```

## Development

Start the development server on http://localhost:3000

```bash
npm run dev
```

## Production

Build the application for production:

```bash
npm run build
```

Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).