- useAppwrite composable
- No config needed
- Routes guards (client or server)
- [INCOMING] auth from server
npm install nuxt3-appwriteyarn add nuxt3-appwriteIn order to configurate & use this package, check the documentation
If you'd like to contribute to this project, follow these simple steps:
-
Clone the current repo:
git clone https://github.com/YsarocK/nuxt-appwrite.git
-
Install deps
npm install -
Run dev or production mode
npm run devornpm run dev:build -
Make a PR Once you have made your modifications and are satisfied with them, open a Pull Request on our GitHub repo. Be sure to document your changes well and follow our contribution guidelines.