copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
简介 | Electron 我们建议您从本 教程 开始,该教程将指导您完成开发 Electron 应用程序并将其分发给用户的过程。 示例 和 API 文档 也是浏览和发现新事物的好地方。
Electron 中文网 跨平台 Electron 应用可在所有受支持的架构上的 macOS、Windows 和 Linux 上原生运行。
Electron 教程 | 菜鸟教程 Electron 是一个开源的框架,专门用于使用 Web 技术(HTML、CSS 和 JavaScript)来构建跨平台的桌面应用程序。 Electron 让我们可以像写网页一样写桌面应用,比如 Windows 的 exe、macOS 的 app、Linux 的可执行文件。
【Electron教程】第1节 Electron 简介与环境搭建-CSDN博客 🐋第1节 Electron 简介与环境搭建 📖一、 引言 🙋老曹在这里先跟大家聊聊 Electron 的前世今生。 Electron 是一个基于 Node js 和 Chromium 的跨平台桌面应用开发框架,它使得开发者可以用 JavaScript、HTML 和 CSS 构建出功能强大的桌面应用程序。
快速入门 | Electron 中文文档 Electron 可以让你使用纯 JavaScript 调用丰富的原生 APIs 来创造桌面应用。 你可以把它看作是专注于桌面应用而不是 web 服务器的,io js 的一个变体。
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 中文文档_w3cschool Electron提供了丰富的本地(操作系统)的API,使你能够使用纯JavaScript来创建桌面应用程序。 与其它各种的Node js运行时不同的是Electron专注于桌面应用程序而不是Web服务器。
Electron (software framework) - Wikipedia Electron (formerly known as Atom Shell[5]) is a free and open-source software framework developed and maintained by OpenJS Foundation [6] The framework is designed to create desktop applications using web technologies (mainly HTML, CSS and JavaScript, although other technologies such as front-end frameworks and WebAssembly are possible) that are rendered using a version of the Chromium
介绍 | Electron 框架 Electron 是一个使用 JavaScript、HTML 和 CSS 构建桌面应用程序的框架。 通过将 Chromium 和 Node js 嵌入到其二进制文件中,Electron 允许你维护一个 JavaScript 代码库,并创建可在 Windows、macOS 和 Linux 上运行的跨平台应用程序——无需原生开发经验。