Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buildwithmalik/vuejs-chat-room
A Chat Room built using the JavaScript front-end framework VueJS.
https://github.com/buildwithmalik/vuejs-chat-room
chatroom javascript javascript-framework vuejs
Last synced: about 2 months ago
JSON representation
A Chat Room built using the JavaScript front-end framework VueJS.
- Host: GitHub
- URL: https://github.com/buildwithmalik/vuejs-chat-room
- Owner: buildwithmalik
- Created: 2020-06-24T05:30:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T06:24:04.000Z (over 4 years ago)
- Last Synced: 2024-11-13T16:18:58.787Z (2 months ago)
- Topics: chatroom, javascript, javascript-framework, vuejs
- Language: Vue
- Homepage: https://vuejs-real-time-chat-room.firebaseapp.com/
- Size: 57.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Real-Time VueJS Chatroom
> [Link to website](https://vuejs-real-time-chat-room.firebaseapp.com/)
A Chatroom built with the JavaScript Framwork VueJS
Intro Page | Chat Page
:-------------------------:|:-------------------------:
![](https://github.com/AbdulMalikDev/VueJS-Chat-Room/blob/master/1.PNG)|![](https://github.com/AbdulMalikDev/VueJS-Chat-Room/blob/master/2.PNG)|![]## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report
```For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
For the complete Tutorial Visit :
[VueJS Tutorial](https://www.udemy.com/course/build-web-apps-with-vuejs-firebase/)