From d910d1893c3af57e5014e68098a3a52323c00617 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 3 Apr 2024 14:52:27 +0100 Subject: [PATCH] chore: clean up --- README.md | 1 + docs/guide/getting-started.md | 1 + docs/nuxt/getting-started.md | 1 + 3 files changed, 3 insertions(+) diff --git a/README.md b/README.md index ca9eb99a..cf895ceb 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ You can follow the progress and future plans on [the Roadmap issue](https://gith VueFire requires the `firebase` package to be installed as well as `vuefire`: ```bash +npm install firebase npx nuxi@latest module add vuefire ``` diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index 6765ef3c..7810ee89 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -6,6 +6,7 @@ Before using VueFire, make sure you have a Firebase account and a project setup In order to get started make sure to install the latest version of `vuefire` as well as `firebase`: ```bash +npm i firebase npx nuxi@latest module add vuefire ``` diff --git a/docs/nuxt/getting-started.md b/docs/nuxt/getting-started.md index 5cad7e8c..4d33f888 100644 --- a/docs/nuxt/getting-started.md +++ b/docs/nuxt/getting-started.md @@ -4,6 +4,7 @@ VueFire comes with an official Nuxt module that automatically handles most of th ## Installation ```bash +npm install firebase npx nuxi@latest module add vuefire ```