https://github.com/bezkoder/vue-3-firestore
Vue 3 Firestore example - CRUD Application - Firebase Cloud Firestore
https://github.com/bezkoder/vue-3-firestore
crud crud-application crud-sample firebase firebase-firestore firestore firestore-collection firestore-database vue vue3 vuejs vuejs3
Last synced: about 1 year ago
JSON representation
Vue 3 Firestore example - CRUD Application - Firebase Cloud Firestore
- Host: GitHub
- URL: https://github.com/bezkoder/vue-3-firestore
- Owner: bezkoder
- Created: 2021-09-06T04:08:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-06T04:11:11.000Z (almost 5 years ago)
- Last Synced: 2025-03-28T10:47:33.958Z (about 1 year ago)
- Topics: crud, crud-application, crud-sample, firebase, firebase-firestore, firestore, firestore-collection, firestore-database, vue, vue3, vuejs, vuejs3
- Language: Vue
- Homepage:
- Size: 164 KB
- Stars: 11
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue 3 Firestore example: CRUD Application
Build a Vue.js 3 Firestore CRUD example with Firebase Cloud Firestore Database, display and modify data using Axios and Vue Router.
- Each Tutorial has id, title, description, published status.
- We can create, retrieve, update, delete Tutorials.

For instruction, please visit:
> [Vue Firestore example: Buid CRUD App](https://www.bezkoder.com/vue-3-firestore/)
More Practice:
> [Vue Firebase example: CRUD with Realtime Database](https://www.bezkoder.com/vue-3-firebase/)
> [Vue CRUD example with Axios and Vue Router](https://www.bezkoder.com/vue-3-crud/)
> [Vue Typescript example with Axios: Build CRUD App](https://www.bezkoder.com/vue-3-typescript-axios/)
> [Vue JWT Authentication and Authorization with Vuex and Vue Router](https://www.bezkoder.com/vue-3-authentication-jwt/)
> [Vue Pagination with Axios and API example](https://www.bezkoder.com/vue-pagination-axios/)
> [Vue File Upload example using Axios](https://www.bezkoder.com/vue-axios-file-upload/)
Fullstack with Node.js Express:
> [Vue.js + Node.js Express + MySQL](https://www.bezkoder.com/vue-js-node-js-express-mysql-crud-example/)
> [Vue.js + Node.js Express + PostgreSQL](https://www.bezkoder.com/vue-node-express-postgresql/)
> [Vue.js + Node.js Express + MongoDB](https://www.bezkoder.com/vue-node-express-mongodb-mevn-crud/)
Fullstack with Spring Boot:
> [Vue.js + Spring Boot](https://www.bezkoder.com/spring-boot-vue-js-crud-example/)
> [Vue.js + Spring Boot + MongoDB](https://www.bezkoder.com/spring-boot-vue-mongodb/)
Fullstack with Django:
> [Vue.js + Django](https://www.bezkoder.com/django-vue-js-rest-framework/)
Integration (run back-end & front-end on same server/port)
> [Integrate Vue.js with Spring Boot](https://www.bezkoder.com/integrate-vue-spring-boot/)
> [Integrate Vue App with Node.js Express](https://www.bezkoder.com/serve-vue-app-express/)
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).