File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1717
1818## Features
1919
20- - Nuxt 3 ready
20+ - Nuxt 3 and 4 ready
2121- Vue 3 composables
2222- Usage in API server routes
2323- Authentication support
2626
2727## Usage
2828
29- Checkout https://supabase.nuxtjs.org
29+ Check out https://supabase.nuxtjs.org
3030
3131## Nuxt 2
3232
33- If you are looking for a solution with Nuxt 2, checkout https://github.com/supabase-community/nuxt-supabase
33+ If you are looking for a solution with Nuxt 2, check out https://github.com/supabase-community/nuxt-supabase
3434
3535## Development
3636
37371 . Clone this repository
38- 2 . Install dependencies using ` yarn install ` or ` npm install`
39- 3 . Prepare development server using ` yarn dev:prepare ` or ` npm run dev:prepare`
40- 4 . Build module using ` yarn build ` or ` npm run build`
41- 5 . Launch playground using ` yarn dev ` or ` npm run dev`
38+ 2 . Install dependencies using ` pnpm install`
39+ 3 . Prepare development server using ` pnpm dev:prepare`
40+ 4 . Build module using ` pnpm build`
41+ 5 . Launch playground using ` pnpm dev`
4242
4343## License
4444
You can’t perform that action at this time.
0 commit comments