Electron (software framework): Difference between revisions

Content deleted Content added
GeorgeSD (talk | contribs)
Tags: Mobile edit Mobile app edit
GeorgeSD (talk | contribs)
Added new header
Line 28:
 
*In August of 2016 Window Store has supported for Electron Apps.[https://electron.atom.io/docs/tutorial/windows-store-guide/]
 
== Structure of an electron application ==
The most important file in the electron program is package.json. It keeps information about package. The most common information in package.json are:
* "name", that is application name
* "version", that is application version
* "main", that is the name of main script file of application
 
== References ==