Zum Inhalt springen

„Electron (Framework)“ – Versionsunterschied

aus Wikipedia, der freien Enzyklopädie
[gesichtete Version][gesichtete Version]
Inhalt gelöscht Inhalt hinzugefügt
K Holmium verschob die Seite Benutzer:Versionen/Electron (software framework) nach Electron (Framework), ohne dabei eine Weiterleitung anzulegen: Versionsimport
Versionsfix
Zeile 1: Zeile 1:
{{Infobox software
{{Infobox Software
| name = Electron
| Name = Electron
| logo = Electron 0.36.4 Icon.png
| Logo = [[Datei: Electron 0.36.4 Icon.png|small]]
| developer = [[GitHub]]
| Maintainer = [[GitHub]]
| released = {{Start date and age|2013|7|15}}<ref>[https://github.com/electron/electron/releases/tag/v0.1.0 Earliest tagged release]</ref>
| Erscheinungsjahr = 2013<ref>[https://github.com/electron/electron/releases/tag/v0.1.0 Earliest tagged release]</ref>
| latest release version = 1.2.0
| AktuelleVersion = 1.2.0
| latest release date = {{Start date and age|2016|05|26}}<ref name=rl>{{cite web|title=Release Notes|url=https://github.com/atom/electron/releases|website=github.com|publisher=[[Microsoft]]|date=26 May 2016}}</ref>
| AktuelleVersionFreigabeDatum = 26.05.2016<ref name=rl>{{cite web|title=Release Notes|url=https://github.com/atom/electron/releases|website=github.com|publisher=[[Microsoft]]|date=26 May 2016}}</ref>
| programming language = [[C++]] and [[JavaScript]]
| Programmiersprache = [[C++]] und [[JavaScript]]
| operating system = [[Windows]], [[Linux]] and [[OS X]]
| Betriebssystem = [[Windows]], [[Linux]] and [[OS X]]
| platform = [[x86]], [[x64]]
| Lizenz = [[MIT License]]
| Website = http://electron.atom.io
| license = [[MIT License]]
}}
}}
'''Electron''' (formerly known as Atom Shell<ref>{{cite web |last1=Sawicki |first1=Kevin |date=April 23, 2015 |url=http://blog.atom.io/2015/04/23/electron.html |title=Atom Shell is now Electron |work=Atom |accessdate=2015-12-02}}</ref>) is an open-source [[software framework|framework]] developed by [[GitHub]].<ref>https://github.com/atom/electron</ref> It allows for the development of desktop [[GUI]] applications using the [[Node.js]] framework, originally used for the development of [[backend]] [[web applications]]. Electron is the main framework behind two notable open-source [[Source code editor]]s: GitHub's [[Atom (text editor)|Atom]],<ref>https://github.com/atom/atom</ref> and [[Microsoft]]'s [[Visual Studio Code]].<ref>{{cite news |last1=James |first1=Mike |date=23 November 2015 |title=Visual Studio Code - Now With Added Extensions |url=http://www.i-programmer.info/news/90-tools/9202-visual-studio-code-now-with-added-extensions.html |work=I Programmer |accessdate=2015-12-02}}</ref>
'''Electron''' (ehemals Atom Shell<ref>{{cite web |last1=Sawicki |first1=Kevin |date=April 23, 2015 |url=http://blog.atom.io/2015/04/23/electron.html |title=Atom Shell is now Electron |work=Atom |accessdate=2015-12-02}}</ref>) ist ein von [[GitHub]] entwickeltes, [[Open Source|quelloffenes]] [[Framework]].<ref>https://github.com/atom/electron</ref> Es ermöglicht die Entwicklung von grafischen Desktop-Applikationen mithilfe des [[Node.js]]-Frameworks, das ursprünglich für die Entwicklung von [[Back-End]]-[[Webanwendung]]en eingesetzt wurde. Electron ist die Hauptgrundlage zweier bekannter freier Quellcode-Editoren: [[Atom (Texteditor)|Atom]] (entwickelt von Github) ,<ref>https://github.com/atom/atom</ref> und [[Visual Studio Code]] (entwickelt von [[Microsoft]]).<ref>{{cite news |last1=James |first1=Mike |date=23 November 2015 |title=Visual Studio Code - Now With Added Extensions |url=http://www.i-programmer.info/news/90-tools/9202-visual-studio-code-now-with-added-extensions.html |work=I Programmer |accessdate=2015-12-02}}</ref>


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 Electron [[executable]] file (<code>electron.exe</code> in [[Windows]], <code>electron.app</code> on [[OS X]] and <code>electron</code> on [[Linux]]) is added to them to make them complete. Developers willing to add branding and custom [[Icon (computing)|computer icon]] to their app rename and edit the mentioned Electron executable file.
Das Grundgerüst einer Electron-App besteht aus den Dateien <code>package.json</code> (Metadaten), <code>main.js</code> (Code) und <code>index.html</code> ([[grafische Benutzeroberfläche]]). Die Electron-Executable (<code>electron.exe</code> unter [[Microsoft Windows|Windows]], <code>electron.app</code> unter [[OS X]] und <code>electron</code> unter [[Linux]]) wird zur Vervollständigung hinzugefügt. Die ausführbare Datei kann zum Zwecke des Brandings umbenannt oder verändert werden (Hinzufügen benutzerdefinierter [[Icon]]s, etc.).


==References==
== Quellen ==
<references />
{{reflist}}


== Externe Links ==
==External links==
*[http://electron.atom.io Offizielle Webseite]
*{{Official website}}
*{{GitHub|atom/electron}}
*[http://github.com/atom/electron Quellcode auf Github]

[[Category:GitHub]]
[[Category:Software using the MIT license]]


{{Compu-library-stub}}

Version vom 2. August 2016, 19:36 Uhr

Electron

small
Basisdaten

Hauptentwickler GitHub
Entwickler GitHub Inc.
Erscheinungsjahr 2013[1]
Aktuelle Version 1.2.0
(Format invalid)
Aktuelle Vorabversion 26.0.0-beta.3[3]
(7. Juni 2023)
Betriebssystem Windows, Linux and OS X
Programmier­sprache C++ und JavaScript
Lizenz MIT License
http://electron.atom.io

Electron (ehemals Atom Shell[4]) ist ein von GitHub entwickeltes, quelloffenes Framework.[5] Es ermöglicht die Entwicklung von grafischen Desktop-Applikationen mithilfe des Node.js-Frameworks, das ursprünglich für die Entwicklung von Back-End-Webanwendungen eingesetzt wurde. Electron ist die Hauptgrundlage zweier bekannter freier Quellcode-Editoren: Atom (entwickelt von Github) ,[6] und Visual Studio Code (entwickelt von Microsoft).[7]

Das Grundgerüst einer Electron-App besteht aus den Dateien package.json (Metadaten), main.js (Code) und index.html (grafische Benutzeroberfläche). Die Electron-Executable (electron.exe unter Windows, electron.app unter OS X und electron unter Linux) wird zur Vervollständigung hinzugefügt. Die ausführbare Datei kann zum Zwecke des Brandings umbenannt oder verändert werden (Hinzufügen benutzerdefinierter Icons, etc.).

Quellen

  1. Earliest tagged release
  2. Release Notes. In: github.com. Microsoft, 26. Mai 2016;.
  3. github.com.
  4. Kevin Sawicki: Atom Shell is now Electron. In: Atom. 23. April 2015, abgerufen am 2. Dezember 2015.
  5. https://github.com/atom/electron
  6. https://github.com/atom/atom
  7. Mike James: Visual Studio Code - Now With Added Extensions In: I Programmer, 23 November 2015. Abgerufen am 2. Dezember 2015