Building your First App Learning goals Setting up your project Initializing your npm project Adding a .gitignore Running an Electron app Loading a web page into a BrowserWindo...
应用部署 手动发布 将你的应用程序打包成一个文件 使用下载好的二进制文件进行重新定制 Windows macOS Linux 通过重编译源代码来进行重新定制 创建一个自定义 Electron 分支 通过 surf-build 创建一个自定义版本 应用部署 要使用 Electron 分发您的应用,您需要打包并重命名它。 最简单的方法...
Debugging on macOS Requirements Attaching to and Debugging Electron Setting Breakpoints Further Reading Debugging on macOS If you experience crashes or issues in Electron th...
使用 VsCode调试 Debugging your Electron app 主进程 1. 在 VSCode 中打开一个 Electron 项目。 2. 添加具有以下配置的文件 .vscode/launch.json : 3. 调试 Debugging the Electron codebase Windows (C++) 1. 在 VSCod...
Debugging in VSCode Debugging your Electron app 主进程 1. 在 VSCode 中打开一个 Electron 项目。 2. 添加具有以下配置的文件 .vscode/launch.json : 3. 调试 Debugging the Electron codebase Windows (C++) 1....