Awesome
nuxt3-appwrite
Installation
- useAppwrite composable
- No config needed
- Routes guards (client or server)
- [INCOMING] auth from server
npm
npm install nuxt3-appwrite
yarn
yarn add nuxt3-appwrite
Configuration
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.git
-
Install deps
npm install
-
Run dev or production mode
npm run dev
ornpm 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.