Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/didinj/vue-js-3-firebase-firestore
Vue 3 Firebase Tutorial: Build Firestore CRUD Web Application
https://github.com/didinj/vue-js-3-firebase-firestore
application build crud database example firebase firestore tutorial vue vue3 vuejs web
Last synced: 2 months ago
JSON representation
Vue 3 Firebase Tutorial: Build Firestore CRUD Web Application
- Host: GitHub
- URL: https://github.com/didinj/vue-js-3-firebase-firestore
- Owner: didinj
- License: mit
- Created: 2018-10-19T01:08:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T05:28:38.000Z (about 2 years ago)
- Last Synced: 2024-10-09T22:06:13.668Z (3 months ago)
- Topics: application, build, crud, database, example, firebase, firestore, tutorial, vue, vue3, vuejs, web
- Language: Vue
- Homepage: https://www.djamware.com/post/5bc9313680aca7466989441e/vue-3-firebase-tutorial-build-firestore-crud-web-application
- Size: 3.59 MB
- Stars: 34
- Watchers: 5
- Forks: 16
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue 3 Firebase Tutorial: Build Firestore CRUD Web Application
This source code is part of [Vue.js Firebase Tutorial: Build Firestore CRUD Web Application](https://www.djamware.com/post/5bc9313680aca7466989441e/vuejs-firebase-tutorial-build-firestore-crud-web-application) tutorial.
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```