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

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

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