📱 Graphical Scrcpy to display and control Android, devices powered by Electron. | 使用图形化的 Scrcpy 显示和控制您的 Android 设备,由 Electron 驱动。
Go to file
2023-10-16 00:18:24 +08:00
.github/workflows feat: 🚀 添加音视频录制功能以及更多的高级选项 2023-10-12 17:35:27 +08:00
.vscode refactor: 采用新的开发架构 2023-10-16 00:18:24 +08:00
electron refactor: 采用新的开发架构 2023-10-16 00:18:24 +08:00
public refactor: 采用新的开发架构 2023-10-16 00:18:24 +08:00
src refactor: 采用新的开发架构 2023-10-16 00:18:24 +08:00
.eslintignore feat: 🚀 添加 Electron 基本支持 2023-09-15 10:53:23 +08:00
.eslintrc.js refactor: 采用新的开发架构 2023-10-16 00:18:24 +08:00
.gitignore refactor: 采用新的开发架构 2023-10-16 00:18:24 +08:00
.npmrc refactor: 采用新的开发架构 2023-10-16 00:18:24 +08:00
.yarnrc feat: 📝 添加基本的有线连接支持 2023-09-15 19:32:13 +08:00
binary.js refactor: 采用新的开发架构 2023-10-16 00:18:24 +08:00
CHANGELOG.md refactor: 采用新的开发架构 2023-10-16 00:18:24 +08:00
electron-builder.json5 refactor: 采用新的开发架构 2023-10-16 00:18:24 +08:00
index.html refactor: 采用新的开发架构 2023-10-16 00:18:24 +08:00
jsconfig.json refactor: 采用新的开发架构 2023-10-16 00:18:24 +08:00
LICENSE Initial commit 2023-09-15 10:42:13 +08:00
package.json refactor: 采用新的开发架构 2023-10-16 00:18:24 +08:00
pnpm-lock.yaml refactor: 采用新的开发架构 2023-10-16 00:18:24 +08:00
README.md refactor: 采用新的开发架构 2023-10-16 00:18:24 +08:00
unocss.config.js feat: 📝 添加基本的有线连接支持 2023-09-15 19:32:13 +08:00
vite.config.js refactor: 采用新的开发架构 2023-10-16 00:18:24 +08:00

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Type Support For .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types.

If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:

  1. Disable the built-in TypeScript Extension
    1. Run Extensions: Show Built-in Extensions from VSCode's command palette
    2. Find TypeScript and JavaScript Language Features, right click and select Disable (Workspace)
  2. Reload the VSCode window by running Developer: Reload Window from the command palette.