Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 448 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 448 Bytes

VueFire + Nuxt reproduction template

Use this template to report bugs and issues with VueFire and Nuxt at VueFire.

Setup

You need pnpm to install the dependencies:

pnpm install

Development Server

Start the emulators first:

pnpm run emulators

Once they are running, start the development server on http://localhost:3000:

pnpm run dev