vue-3-firebase
vue-3-firebase copied to clipboard
Vue 3 Firebase CRUD Application example with Realtime Database
Vue 3 Firebase example: CRUD with Realtime Database
Build a Vue.js 3 Firebase CRUD example with Realtime 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:
More Practice:
Vue JWT Authentication and Authorization with Vuex and Vue Router
Fullstack with Node.js Express:
Fullstack with Spring Boot:
Fullstack with Django:
Integration (run back-end & front-end on same server/port)
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