Content deleted Content added
Rezonansowy (talk | contribs) m resize logo |
I has added history of the Electron framework. |
||
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 [[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 ==
The 11th of April in 2013 Electron was started as Atom Shell.[https://github.com/electron/electron/commit/6ef8875b1e93787fa9759f602e7880f28e8e6b45]
The 6th of May in 2014 Atom and Atom Shell became open source with MIT license.[http://blog.atom.io/2014/05/06/atom-is-now-open-source.html]
The 17th of April in 2015 Atom Shell was renamed to Electron.[https://github.com/electron/electron/pull/1389]
The 11th of 2016 It was first Electron release as itself.[https://electron.atom.io/blog/2016/05/11/electron-1-0]
In May of 2016 Electron has allowed submitting packaged apps to the Mac App Store.[https://electron.atom.io/docs/tutorial/mac-app-store-submission-guide/]
In August of 2016 Window Store has supported for Electron Apps.[https://electron.atom.io/docs/tutorial/windows-store-guide/]
== References ==
|