Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```