# electron-scrcpy **Repository Path**: jackson_hou/electron-scrcpy ## Basic Information - **Project Name**: electron-scrcpy - **Description**: 基于scrcpy的投屏软件,支持自动发现设备、导航栏、右键回退,控制远程设备 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 11 - **Created**: 2022-11-14 - **Last Updated**: 2024-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # electron-scrcpy 基于scrcpy的投屏软件,支持设备自动发现、导航栏、剪切板、拖拽安装、右键返回、控制远程设备 ![screenshot](screenshot/screenshot.gif) #### 如何安装 ``` bash npm install or yarn install # 启动之后,会在9080端口监听 # 需要重新运行一次此命令 npm run dev # build命令在不同系统环境中,需要的的不一样,需要自己根据自身环境进行配置 npm run build ``` --- ## Licence Copyright (C) 2018 Genymobile Copyright (C) 2018-2021 Romain Vimont Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.