nuxt3-appwrite
v1.8.0
Published
Nuxt 3 Appwrite integration
Readme
nuxt3-appwrite
Installation
- useAppwrite composable
- No config needed
- Routes guards (client or server)
- [INCOMING] auth from server
npm
npm install nuxt3-appwriteyarn
yarn add nuxt3-appwriteConfiguration
In order to configurate & use this package, check the documentation
Contributing
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.gitInstall deps
npm installRun dev or production mode
npm run devornpm run dev:buildMake 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.
