Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

A video chat and screen share built with Vue.js and SkyWay (WebRTC platform)

Awesome Lists containing this project

README

        

# webrtc

> A video chat and screen share made with Vue.js and SkyWay (WebRTC platform)

[![CircleCI](https://circleci.com/gh/megos/webrtc.svg?style=svg)](https://circleci.com/gh/megos/webrtc)

## Screenshot
![image](https://cdn-ak.f.st-hatena.com/images/fotolife/t/tmegos/20180407/20180407113904.png)

## 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/).