Content deleted Content added
→top: bold alt article name per MOS |
m Bumped version |
||
Line 4:
| developer = [[GitHub]]
| released = {{Start date and age|2013|7|15}}<ref>[https://github.com/electron/electron/releases/tag/v0.1.0 Earliest tagged release]</ref>
| latest release version = 1.4.
| latest release date = {{Start date and age|2016|
| programming language = [[C++]] and [[JavaScript]]
| operating system = [[Windows]], [[Linux]] and [[OS X]]
Line 15:
A basic Electron app consists of three files: <code>package.json</code> (metadata), <code>main.js</code> (code) and <code>index.html</code> ([[graphical user interface]]). The framework is provided by the Electron [[executable]] file (<code>electron.exe</code> in [[Windows]], <code>electron.app</code> on [[OS X]] and <code>electron</code> on [[Linux]]). Developers wishing to add branding and custom [[Icon (computing)|icon]] can rename and/or edit the Electron executable file.
== References ==
{{reflist}}
== External links ==
* {{Official website}}
* {{GitHub|atom/electron}}
[[Category:GitHub]]
|