Content deleted Content added
→History: Added month of the first Electron release. |
FleetCommand (talk | contribs) m Total clean |
||
Line 1:
{{Use dmy dates|date=March 2017}}
{{Infobox software
| name = Electron
Line 4 ⟶ 5:
| logo size = 120px
| developer = [[GitHub]]
| released = {{Start date and age|df=yes|2013|7|15}}<ref>[https://github.com/electron/electron/releases/tag/v0.1.0 Earliest tagged release]</ref>
| latest release version = 1.4.15
| latest release date = {{Start date and age|df=yes|2017|01|19}}<ref name=rl>{{cite web|title=Release Notes|url=https://github.com/atom/electron/releases|website=github.com|publisher=[[GitHub]]|date=19
| programming language = [[C++]] and [[JavaScript]]
| operating system = [[Windows]], [[Linux]] and [[macOS]]
Line 12 ⟶ 13:
| license = [[MIT License]]
}}
'''Electron''' (formerly known as '''Atom Shell'''<ref>{{cite web |last1=Sawicki |first1=Kevin |date=23 April
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 [[macOS]] 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.
== History ==
*
*
*
*
*In May
*In August
== Structure of an electron application ==
The most important file in the electron program is <code>package.json</code>. It keeps information about package. The most common information in <code>package.json</code> are:
* "name",
* "version",
* "main",
<code>package.json</code> is an [[Npm (software)|npm]] file
== References ==
|