About 18,500 results
Open links in new tab
  1. 简介 | Electron

    我们建议您从本 教程 开始,该教程将指导您完成开发 Electron 应用程序并将其分发给用户的过程。 示例 和 API 文档 也是浏览和发现新事物的好地方。

  2. Build cross-platform desktop apps with JavaScript, HTML, and CSS …

    With the power of modern Chromium, Electron gives you an unopinionated blank slate to build your app. Choose to integrate your favourite libraries and frameworks from the front-end …

  3. Building your First App - Electron

    This guide will step you through the process of creating a barebones Hello World app in Electron.

  4. Build Instructions - Electron

    Electron's Build Tools automate much of the setup for compiling Electron from source with different configurations and build targets. If you wish to set up the environment manually, the …

  5. Advanced Installation Instructions - Electron

    Because this binary is crucial to the function of any Electron app, it is downloaded by default in the postinstall step every time you install electron from the npm registry.

  6. Application Packaging - Electron

    To distribute your app with Electron, you need to package and rebrand it. To do this, you can either use specialized tooling or manual approaches.

  7. Introduction | Electron

    By embedding Chromium and Node.js into its binary, Electron allows you to maintain one JavaScript codebase and create cross-platform apps that work on Windows, macOS, and …

  8. BrowserWindow - Electron

    The Electron API will only be available in the preload script and not the loaded page. This option should be used when loading potentially untrusted remote content to ensure the loaded …

  9. Packaging Your Application - Electron

    Electron applications need to be packaged to be distributed to users. In this tutorial, you imported your app into Electron Forge and configured it to package your app and generate installers.

  10. Custom Title Bar - Electron

    Electron exposes this API through the titleBarOverlay option in the BrowserWindow constructor. When titleBarOverlay is enabled, the window controls become exposed in their default …