Electron Tutorial
Electron is an open source library developed by GitHub for building cross-platform desktop applications with HTML, CSS, and JavaScript. Electron accomplishes this by combining Chromium and Node.js into a single runtime and apps can be packaged for Mac, Windows, and Linux.
This tutorial is designed for those learners who aspire to build cross-platform Desktop apps for Linux, Windows and MacOS.
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 handling, processes, etc.
Last updated on Feb 24, 2020
이 버전에는 사소한 버그 수정과 전반적인 개선 사항이 포함되어 있습니다. 최상의 환경을 위해 최신 버전으로 업데이트하세요.