Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 months ago
JSON representation
Demos and tutorials for getting started with Appwrite + Vue.js
- Host: GitHub
- URL: https://github.com/appwrite/demos-for-vue
- Owner: appwrite
- License: mit
- Created: 2020-09-11T20:20:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-08T16:08:08.000Z (11 months ago)
- Last Synced: 2024-09-27T06:40:15.231Z (4 months ago)
- Topics: appwrite, baas, hacktoberfest, mbaas, vue, vuejs
- Language: Vue
- Homepage: https://appwrite.io
- Size: 1.25 MB
- Stars: 45
- Watchers: 18
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.