docs: add NuxtZzle link as example integration with Nuxt (#612)

This commit is contained in:
ismael garcia
2024-11-21 16:44:59 +01:00
committed by GitHub
parent a50fce1561
commit cff58e1687

View File

@@ -106,4 +106,5 @@ export default defineNuxtRouteMiddleware(async (to, from) => {
### Resources & Examples
- [Nuxt and Nuxt Hub example](https://github.com/atinux/nuxthub-better-auth) on GitHub.
- [NuxtZzle is Nuxt,Drizzle ORM example](https://github.com/leamsigc/nuxt-better-auth-drizzle) on github [preview](https://nuxt-better-auth.giessen.dev/)
- [Nuxt example](https://stackblitz.com/github/better-auth/better-auth/tree/main/examples/nuxt-example) on StackBlitz.