Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boluwatife2904/vue-firebase-chat-app
A multi chatroom web application where users can join different chatrooms and send messages in realtime. Built with vuejs on the frontend and firebase on the backend.
https://github.com/boluwatife2904/vue-firebase-chat-app
firebase firebase-authentication firebase-firestore vuejs
Last synced: 9 days ago
JSON representation
A multi chatroom web application where users can join different chatrooms and send messages in realtime. Built with vuejs on the frontend and firebase on the backend.
- Host: GitHub
- URL: https://github.com/boluwatife2904/vue-firebase-chat-app
- Owner: Boluwatife2904
- Created: 2021-06-21T06:14:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-05T17:58:15.000Z (over 3 years ago)
- Last Synced: 2024-11-08T19:49:00.756Z (2 months ago)
- Topics: firebase, firebase-authentication, firebase-firestore, vuejs
- Language: Vue
- Homepage: https://roomshouse.vercel.app/
- Size: 756 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chat-app
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).