VueVideoChat
VueVideoChat copied to clipboard
Video Chat using Vue.js
A demo Video chat app using Vue.js
Prerequsite
To run this project, you need to have:
Setup
Clone the repository:
git clone https://github.com/dongido001/VueVideoChat.git
cd into the project:
cd VueVideoChat
Install dependecies:
npm install
Run the app!
npm run dev
The app should now be accessible from http://localhost:8080
And that's it. You can read more about how it was built here