https://github.com/posva/nuxt--vuefire-repro-template
Nuxt VueFire template for reproductions
https://github.com/posva/nuxt--vuefire-repro-template
Last synced: 3 months ago
JSON representation
Nuxt VueFire template for reproductions
- Host: GitHub
- URL: https://github.com/posva/nuxt--vuefire-repro-template
- Owner: posva
- Created: 2023-08-02T09:31:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T10:26:27.000Z (over 2 years ago)
- Last Synced: 2025-10-21T04:55:16.617Z (8 months ago)
- Language: Vue
- Size: 204 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VueFire + Nuxt reproduction template
Use this template to report bugs and issues with VueFire and Nuxt at [VueFire](https://github.com/vuejs/vuefire).
## Setup
You need [pnpm](https://pnpm.io/) to install the dependencies:
```bash
pnpm install
```
## Development Server
Start the emulators first:
```bash
pnpm run emulators
```
**Once they are running**, start the development server on `http://localhost:3000`:
```bash
pnpm run dev
```