зеркало из https://github.com/electron/electron.git
219a6b175b | ||
---|---|---|
.. | ||
README.md |
README.md
Ujistěte se, že budete používat dokumenty, které jsou určeny pro verzi Electronu, který používáte. Číslo verze by měla být součástí adresy URL stránky. Pokud tomu tak není, pravděpodobně používáte dokumentaci vývojové větve, která může obsahovat změny v API, a ty nejsou kompatibilní s vaší verzí Electronu. Chcete-li zobrazit starší verze dokumentace, můžete je procházet podle tagů na GitHub, a to otevřením "přepínač větve / tagu", který odpovídá vaší verzi.
FAQ / Často kladené dotazy
There are questions that are asked quite often. Check this out before creating an issue:
Návody
- Supported Platforms
- Security
- Electron Versioning
- Application Distribution
- Mac App Store Submission Guide
- Windows Store Guide
- Application Packaging
- Using Native Node Modules
- Debugging Main Process
- Using Selenium and WebDriver
- DevTools Extension
- Using Pepper Flash Plugin
- Using Widevine CDM Plugin
- Testing on Headless CI Systems (Travis, Jenkins)
- Offscreen Rendering
Tutoriály
API Reference
Volitelné DOM Elementy:
Moduly pro Main Process:
- app
- autoUpdater
- BrowserWindow
- contentTracing
- dialog
- globalShortcut
- ipcMain
- Menu
- MenuItem
- net
- powerMonitor
- powerSaveBlocker
- protocol
- session
- systemPreferences
- Tray
- webContents
Moduly pro Renderer Process (Web Page):
Moduly pro Both Processes:
Vývoj
- Coding Style
- Using clang-format on C++ Code
- Source Code Directory Structure
- Technical Differences to NW.js (formerly node-webkit)
- Build System Overview
- Build Instructions (macOS)
- Build Instructions (Windows)
- Build Instructions (Linux)
- Debug Instructions (macOS)
- Debug Instructions (Windows)
- Setting Up Symbol Server in debugger
- Documentation Styleguide