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

https://github.com/didinj/vue-firebase-chat-example

Vue.js Tutorial: Building Firebase Realtime Database Chat Web App
https://github.com/didinj/vue-firebase-chat-example

building chat example firebase realtime-database tutorial vue vue2 vuejs webapp

Last synced: 10 months ago
JSON representation

Vue.js Tutorial: Building Firebase Realtime Database Chat Web App

Awesome Lists containing this project

README

          

# Vue.js Tutorial: Building Firebase Realtime DB Chat Web App

This source code is part of [Vue.js Tutorial: Building Firebase Realtime DB Chat Web App](https://www.djamware.com/post/5d63586ee8e5fff670f31169/vuejs-tutorial-building-firebase-realtime-chat-web-app).

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

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).