/nuxt-appwrite

Nuxt 3 module to implement Appwrite

Primary LanguageTypeScriptMIT LicenseMIT

nuxt3-appwrite

npm npm

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:

  1. Clone the current repo:

    git clone https://github.com/YsarocK/nuxt-appwrite.git
    
  2. Install deps npm install

  3. Run dev or production mode npm run dev or npm run dev:build

  4. 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.