Build cross-platform desktop apps with JavaScript, HTML, and CSS | Electron Electron Forge Electron Forge is a batteries-included toolkit for building and publishing Electron apps Get your Electron app started the right way with first-class support for JavaScript bundling and an extensible module ecosystem
Introduction | Electron Welcome to the Electron documentation! If this is your first time developing an Electron app, read through this Getting Started section to get familiar with the basics Otherwise, feel free to explore our guides and API documentation!
官方指南 - Electron 请确认你所使用的文档与你的 Electron 版本匹配。 版本号应该是页面URL的一部分。 如果没有,则你可能正在使用开发版本分支里的文档,这个分支可能包含了一些与你的 Electron 版本不兼容的 API 改动。 如果你想要访问旧版本的文档,你可以切换标签,即在 GitHub 中打开下拉菜单“Switch branches tags
为什么选择 Electron | Electron Electron 是一个框架,使开发者能够将 Web 技术(HTML、JavaScript、CSS)、Node js 及原生代码相结合,构建适用于 macOS、Windows 和 Linux 的跨平台桌面应用程序。 它基于MIT开源许可证,对商业和个人用途均免费。 在本文档中,我们将解释为何 Electron 备受公司和开发者青睐。
安装指导 | Electron 要安装预制的 Electron 可执行文件,请使用 npm, 首选方法是在你的应用中安装 Electron 作为开发依赖:
はじめに | Electron Electron ドキュメントへようこそ! 初めて Electron アプリを開発する方は、このはじめにを読んで基礎を身につけてください。 そうでない方は、ガイドや API ドキュメントもご利用ください!
Prerequisites - Electron Electron is a framework for building desktop applications using JavaScript, HTML, and CSS By embedding Chromium and Node js into a single binary file, Electron allows you to create cross-platform apps that work on Windows, macOS, and Linux with a single JavaScript codebase
示例预览 - Electron 通用 Electron 特性功能示例集合 示例预览 在本节中,我们收集了一些新手通用的功能示例,可以让你快速实现需要的 Electron 应用。 每个例子都包含一个简单的、自成一体的示例应用程序。 运行这些示例的最简单方法是下载 Electron Fiddle。 一旦安装了Fiddle,就可以按下 "Open in Fiddle"按钮,然后会在