webrtc-demo/client-vue
zhouxhere edc7fb6507 feat:提交代码 2021-12-24 17:58:05 +08:00
..
public feat:提交代码 2021-12-24 17:58:05 +08:00
src feat:提交代码 2021-12-24 17:58:05 +08:00
.browserslistrc feat:提交代码 2021-12-24 17:58:05 +08:00
.eslintrc.js feat:提交代码 2021-12-24 17:58:05 +08:00
README.md feat:提交代码 2021-12-24 17:58:05 +08:00
babel.config.js feat:提交代码 2021-12-24 17:58:05 +08:00
package-lock.json feat:提交代码 2021-12-24 17:58:05 +08:00
package.json feat:提交代码 2021-12-24 17:58:05 +08:00
vue.config.js feat:提交代码 2021-12-24 17:58:05 +08:00

README.md

client-vue

webrtc 客户端 vue 实现 client demo

问题navigator.mediaDevices 需要在https下 localhost 除外)

  1. 调试时可修改 vue.config.js 中 devServer https但是后端也需要修改为 https
  2. chrome 浏览器 设置 chrome://flagsInsecure origins treated as secure启用填入ip即可

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.