diff --git a/docs/nuxt/getting-started.md b/docs/nuxt/getting-started.md index caa2c2bf..4d33f888 100644 --- a/docs/nuxt/getting-started.md +++ b/docs/nuxt/getting-started.md @@ -3,23 +3,11 @@ VueFire comes with an official Nuxt module that automatically handles most of the hassle of setting up VueFire in your Nuxt project. ## Installation - -::: code-group - -```sh [pnpm] -pnpm install vuefire nuxt-vuefire firebase -``` - -```sh [yarn] -yarn add vuefire nuxt-vuefire firebase -``` - -```sh [npm] -npm install vuefire nuxt-vuefire firebase +```bash +npm install firebase +npx nuxi@latest module add vuefire ``` -::: - Additionally, if you are using [SSR](https://nuxt.com/docs/api/configuration/nuxt-config/#ssr), you need to install `firebase-admin` and its peer dependencies: ::: code-group