Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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