Electron (software framework): Difference between revisions

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.04
| latest release date = {{Start date and age|2016|0910|1520}}<ref name=rl>{{cite web|title=Release Notes|url=https://github.com/atom/electron/releases|website=github.com|publisher=[[Microsoft]]|date=1520 SepOct 2016}}</ref>
| 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]]