Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/appwrite/demos-for-vue

Demos and tutorials for getting started with Appwrite + Vue.js
https://github.com/appwrite/demos-for-vue

appwrite baas hacktoberfest mbaas vue vuejs

Last synced: about 21 hours ago
JSON representation

Demos and tutorials for getting started with Appwrite + Vue.js

Awesome Lists containing this project

README

        

# Appwrite + Vue = ❤️

This repository has various example projects created by the Appwrite community using Vue.

## Examples
- [**Login and Signup Page**](/example-auth/) Implementation of Appwrite's Create Session and Create User API Using Vue as the UI Framework.
- [**To-do Web App**](/example-database/) Implementation of Appwrite's Database API using Vue as the UI framework creating a to-do app.
- [**File Uploader**](/example-fileupload/) Implementation of Appwrite's Storage API using Vue as the UI framework to create a file uploader where you can upload files and see recently uploaded ones, including the ability to download and delete the files.
- [**Locale API Example**](/example-locale_api/) Simple example of how to use the Appwrite's Locale API in Vue.