https://github.com/megos/webrtc
A video chat and screen share built with Vue.js and SkyWay (WebRTC platform)
https://github.com/megos/webrtc
skyway vuejs webrtc
Last synced: 9 months ago
JSON representation
A video chat and screen share built with Vue.js and SkyWay (WebRTC platform)
- Host: GitHub
- URL: https://github.com/megos/webrtc
- Owner: megos
- License: apache-2.0
- Created: 2018-04-03T02:51:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T21:19:31.000Z (almost 2 years ago)
- Last Synced: 2024-04-09T21:55:49.159Z (almost 2 years ago)
- Topics: skyway, vuejs, webrtc
- Language: Vue
- Homepage:
- Size: 1 MB
- Stars: 15
- Watchers: 4
- Forks: 8
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webrtc
> A video chat and screen share made with Vue.js and SkyWay (WebRTC platform)
[](https://circleci.com/gh/megos/webrtc)
## Screenshot

## Project setup
```
yarn install
```
### Modify your key
```
sed -e 's/YourSkyWayKey/[Your SkyWay key]/' .env.sample > .env
```
### 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/).