源码目录结构

    为了更好地理解源代码,您可能需要了解一下 Chromium 的多进程架构

    其它目录的结构

    • .cloeci - CircleCI 的 CI 配置文件。
    • .github - GitHub专用配置文件,包括 issue 模板和 CODEOWNERS。
    • node_modules - 在构建中用到的第三方 node 模块.
    • npm - 通过 npm 安装 Electron 的逻辑。
    • out - ninja 的临时输出目录.
    • script - 用于诸如构建、打包、测试等开发用途的脚本等.
    1. ├── codesign/ - Fakes codesigning for Electron apps; used for testing.
    2. └── release/ - Scripts run during Electron's release process.
    • typings - Electron的内部代码的 TypeScript typings。