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
- Host: GitHub
- URL: https://github.com/razorcx-courses/nuxt3-firestore-public
- Owner: razorcx-courses
- Created: 2022-04-21T03:32:29.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-21T03:34:36.000Z (about 4 years ago)
- Last Synced: 2025-03-25T20:07:06.488Z (about 1 year ago)
- Topics: bulma-css, firebase-firestore, nuxt, nuxt3, nuxt3-starter
- Language: Vue
- Homepage:
- Size: 152 KB
- Stars: 31
- Watchers: 3
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).