From 6000d7290f2ea222880dc43e17c6b70046a09239 Mon Sep 17 00:00:00 2001 From: Nico Kempe Date: Sat, 30 Aug 2025 22:03:06 +0200 Subject: [PATCH] docs(readme): update information for Nuxt 4 and pnpm usage --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 17daa3c6f..ded5bccdd 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ## Features -- Nuxt 3 ready +- Nuxt 3 and 4 ready - Vue 3 composables - Usage in API server routes - Authentication support @@ -26,19 +26,19 @@ ## Usage -Checkout https://supabase.nuxtjs.org +Check out https://supabase.nuxtjs.org ## Nuxt 2 -If you are looking for a solution with Nuxt 2, checkout https://github.com/supabase-community/nuxt-supabase +If you are looking for a solution with Nuxt 2, check out https://github.com/supabase-community/nuxt-supabase ## Development 1. Clone this repository -2. Install dependencies using `yarn install` or `npm install` -3. Prepare development server using `yarn dev:prepare` or `npm run dev:prepare` -4. Build module using `yarn build` or `npm run build` -5. Launch playground using `yarn dev` or `npm run dev` +2. Install dependencies using `pnpm install` +3. Prepare development server using `pnpm dev:prepare` +4. Build module using `pnpm build` +5. Launch playground using `pnpm dev` ## License