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

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

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