- 简介 | Electron
我们建议您从本 教程 开始,该教程将指导您完成开发 Electron 应用程序并将其分发给用户的过程。 示例 和 API 文档 也是浏览和发现新事物的好地方。
- Build cross-platform desktop apps with JavaScript, HTML, and CSS | Electron
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 ecosystem, or carve your own path with bespoke HTML code
- 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 instructions are listed below
- はじめに | Electron
Electron は Chromium と Node js をバイナリに組み込むことで、単一の JavaScript コードベースを維持しつつ、ネイテイブ開発経験無しでも Windows、macOS、Linux で動作するクロスプラットフォームアプリを作成できます。
- 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 Linux — no native development experience required
- Electron 25. 0. 0
在短期内,您可以期待团队继续专注于跟上构成 Electron 的主要组件的开发,包括 Chromium、Node 和 V8。 您可以在此处找到 Electron的公开时间表。
- 创建您的第一个应用程序 | Electron
This guide will step you through the process of creating a barebones Hello World app in Electron
- ` lt;webview gt;` Tag | Electron
Electron 的 webview 标签是基于 Chromium 的 webview, 它正在发生巨大的架构变化 它会影响 webview 的问稳定性, 包括了渲染, 导航和路由事件 We currently recommend to not use the webview tag and to consider alternatives, like iframe, a WebContentsView, or an architecture that avoids embedded content altogether
|