https://github.com/posva/vuefire-repro-template
Template to create a reproduction for VueFire
https://github.com/posva/vuefire-repro-template
Last synced: 5 months ago
JSON representation
Template to create a reproduction for VueFire
- Host: GitHub
- URL: https://github.com/posva/vuefire-repro-template
- Owner: posva
- Created: 2023-08-02T09:23:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T08:10:59.000Z (about 3 years ago)
- Last Synced: 2025-11-18T22:16:14.919Z (9 months ago)
- Language: Vue
- Size: 114 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VueFire 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:
```bash
pnpm run emulators
```
Start the development server:
```bash
pnpm run dev
```