Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/YsarocK/nuxt-appwrite
Nuxt 3 module to implement Appwrite
https://github.com/YsarocK/nuxt-appwrite
appwrite appwrite-auth nuxt nuxt3
Last synced: about 1 month ago
JSON representation
Nuxt 3 module to implement Appwrite
- Host: GitHub
- URL: https://github.com/YsarocK/nuxt-appwrite
- Owner: YsarocK
- License: mit
- Created: 2023-02-09T14:55:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T15:18:03.000Z (2 months ago)
- Last Synced: 2024-10-10T19:22:32.091Z (2 months ago)
- Topics: appwrite, appwrite-auth, nuxt, nuxt3
- Language: TypeScript
- Homepage: https://nuxt-appwrite.etiennemoureton.fr
- Size: 979 KB
- Stars: 23
- Watchers: 2
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-appwrite - Source Code - appwrite.etiennemoureton.fr) (Showcase (Built with Appwrite 📣) / Vue)
README
# nuxt3-appwrite
![npm](https://img.shields.io/npm/dt/nuxt3-appwrite)
![npm](https://img.shields.io/npm/v/nuxt3-appwrite)## Installation
- useAppwrite composable
- No config needed
- Routes guards (client or server)
- [INCOMING] auth from server### npm
```bash
npm install nuxt3-appwrite
```
### yarn
```bash
yarn add nuxt3-appwrite
```## Configuration
In order to configurate & use this package, check the [documentation](https://nuxt-appwrite.etiennemoureton.fr)## Contributing
If you'd like to contribute to this project, follow these simple steps:1. **Clone the current repo:**
```bash
git clone https://github.com/YsarocK/nuxt-appwrite.git2. **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.