当前位置: 首页 > 文档资料 > Electron 中文文档 >

对 Electron 进行开发

优质
小牛编辑
133浏览
2023-12-01

这些指南是为希望修改 Electron 自身的人准备的。 For guides on Electron app development, see /docs/README.md.

  • 行为准则
  • 贡献到 Electron
  • 问题
  • 合并请求
  • 文档风格指南
  • 源码目录结构
  • 编码风格
  • 在 C++ 代码中使用 clang-format 工具
  • 构建系统概览
  • 构建步骤(macOS)
  • 构建步骤(Windows)
  • 构建步骤 (Linux)
  • Chromium 开发
  • V8 开发
  • 测试
  • 在 Windows 中调试
  • 在 macOS 中调试
  • 在调试器中设置 Symbol 服务器
  • 升级 Chromium
  • 更新崩溃报告(Crashpad)
  • 升级 Node

Developing Electron

These guides are intended for people working on the Electron project itself. For guides on Electron app development, see /docs/README.md.

  • Code of Conduct
  • Contributing to Electron
  • Issues
  • Pull Requests
  • Documentation Styleguide
  • Source Code Directory Structure
  • Coding Style
  • Using clang-format on C++ Code
  • Build System Overview
  • Build Instructions (macOS)
  • Build Instructions (Windows)
  • Build Instructions (Linux)
  • Chromium Development
  • V8 Development
  • Testing
  • Debugging on Windows
  • Debugging on macOS
  • Setting Up Symbol Server in Debugger
  • Upgrading Chromium
  • Upgrading Crashpad
  • Upgrading Node