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
- Host: GitHub
- URL: https://github.com/didinj/vue-firebase-chat-example
- Owner: didinj
- License: mit
- Created: 2019-08-26T02:30:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T03:16:50.000Z (about 3 years ago)
- Last Synced: 2025-04-24T04:50:04.253Z (10 months ago)
- Topics: building, chat, example, firebase, realtime-database, tutorial, vue, vue2, vuejs, webapp
- Language: Vue
- Homepage: https://www.djamware.com/post/5d63586ee8e5fff670f31169/vuejs-tutorial-building-firebase-realtime-chat-web-app
- Size: 2 MB
- Stars: 10
- Watchers: 2
- Forks: 8
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).