https://github.com/bkozii/ionic-vue-firestore-crud
Ionic + Vue: A Simple FireStore CRUD Web App Project
https://github.com/bkozii/ionic-vue-firestore-crud
crud firebase firebase-database ionic vue vue3 vuefire vuejs
Last synced: 2 months ago
JSON representation
Ionic + Vue: A Simple FireStore CRUD Web App Project
- Host: GitHub
- URL: https://github.com/bkozii/ionic-vue-firestore-crud
- Owner: bKoZii
- Created: 2024-04-11T12:58:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-10T10:20:41.000Z (about 1 year ago)
- Last Synced: 2025-03-14T17:44:56.453Z (2 months ago)
- Topics: crud, firebase, firebase-database, ionic, vue, vue3, vuefire, vuejs
- Language: Vue
- Homepage:
- Size: 331 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ionic + Vue + VueFire - Firestore CRUD

Simple Firestore CRUD Web Application Made by Ionic 7 with Vue.js 3, VueFire
## Todos
- [x] CRUD Function
- [ ] Form Validations## Screenshots
| | |
|:-------:|:-------:|
|  |  |
| Add Member Form | Member List || | |
|:-------:|:-------:|
|  |  |
| Member Details | Member Editing |## How to run
1. Install the Ionic CLI `npm install -g @ionic/cli`
2. Clone this repository `git clone https://github.com/bKoZii/ionic-vue-firestore-crud`
3. Run `npm install` in this Project Folder
4. Run `ionic serve` in this Project Folder