简介 | Electron 欢迎来到 Electron 文档中心。 如果这是你第一次开发Electron应用,请通读Getting Started来熟悉一下基本概念。 此外,你也可以直接浏览API文档
Electron 教程 | 菜鸟教程 Electron 教程 Electron(原名 Atom Shell) 是由 GitHub 开发的一个 开源跨平台桌面应用开发框架。 Electron 是一个开源的框架,专门用于使用 Web 技术(HTML、CSS 和 JavaScript)来构建跨平台的桌面应用程序。
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
创建您的第一个应用程序 | Electron This guide will step you through the process of creating a barebones Hello World app in Electron
简介 | Electron 框架 Electron 是一个使用 JavaScript、HTML 和 CSS 构建桌面应用程序的框架。 通过在其二进制文件中嵌入 Chromium 和 Node js,Electron 允许您维护一个 JavaScript 代码库并创建可在 Windows、macOS 和 Linux 上运行的跨平台应用程序——无需本地开发经验。
官方指南 - Electron 官方指南 请确认你所使用的文档与你的 Electron 版本匹配。 版本号应该是页面URL的一部分。 如果没有,你可能正在使用开发版本分支里的文档,这个分支可能包含了一些与你的 Electron 版本不兼容的 API。
安装指导 - Electron 在使用旧版本 Electron 的环境中,您也可以在 ~ electron 中找到缓存。 您也可以通过提供一个 electron_config_cache 环境变量来覆盖本地缓存位置。 缓存中包含了不同版本的官方 zip 文件以及校验信息,以 [checksum] [filename] 格式存储。 典型的缓存可能看起来像这样:
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