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 has been created for anyone who has a basic knowledge of HTML, Javascript and CSS. After completing this tutorial you'll be able build cross platform Desktop apps for Linux, Windows and MacOS.
Prerequisites
You should have a basic knowledge of Javascript(ES6) and HTML. You also need to know some native Node.js APIs like file handling, processes, etc. If you are not acquainted with these, we'll suggest you to go through their tutorials first.
Last updated on Jul 13, 2017
이 버전에는 사소한 버그 수정과 전반적인 개선 사항이 포함되어 있습니다. 최상의 환경을 위해 최신 버전으로 업데이트하세요.