Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 2 additions & 17 deletions docs/content/2.get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,9 @@ For integrating Supabase with Nuxt 2, checkout [supabase-community/nuxt-supabase
## Installation

Add `@nuxtjs/supabase` dev dependency to your project:

::code-group
```bash [pnpm]
pnpm add -D @nuxtjs/supabase
```

```bash [yarn]
yarn add --dev @nuxtjs/supabase
```

```bash [NPM]
npm install @nuxtjs/supabase --save-dev
```

```bash [bun]
bun add -D @nuxtjs/supabase
```bash
npx nuxi@latest module add supabase
```
::

Add `@nuxtjs/supabase` to the `modules` section of `nuxt.config.ts`:

Expand Down