# webRtc-test **Repository Path**: heart_flowing/web-rtc-test ## Basic Information - **Project Name**: webRtc-test - **Description**: webRTC测试-xxxxxxx - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-28 - **Last Updated**: 2023-06-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # video-call ## 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 ``` ### node-sass编译失败可以使用淘宝镜像进行编译 ``` npm install node-sass --sass-binary-site=https://npm.taobao.org/mirrors/node-sass/ ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).