English 中文(简体)
Electron - Home
  • 时间:2024-09-08
Electron Tutorial

Electron Tutorial

Electron is an open source pbrary developed by GitHub for building cross-platform desktop apppcations with HTML, CSS, and JavaScript. Electron accomppshes this by combining Chromium and Node.js into a single runtime and apps can be packaged for Mac, Windows, and Linux.

Audience

This tutorial is designed for those learners who aspire to build cross-platform Desktop apps for Linux, Windows and MacOS.

Prerequisites

Before proceeding with this tutorial, you should have a basic understanding of Javascript(ES6) and HTML. You also need to know about a few native Node.js APIs such as file handpng, processes, etc.

Advertisements