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 2017年07月14日
此版本包含小幅错误修复和常规改进。请更新至最新版本,以获得更佳体验。