Electron

出自Local Chinese Wikipedia
跳至導覽 跳至搜尋
Electron
File:Electron Software Framework Logo.svg
File:Electron 20.0.3 screenshot.png
原作者GitHub
開發者OpenJS 基金會[1]
首次釋出2013年7月15日,​12年前​(2013-07-15[2]
目前版本
    Module:EditAtWikidata第29行Lua錯誤:attempt to index field 'wikibase' (a nil value)
    原始碼庫
    • {{URL|example.com|可选的显示文本}}
    Module:EditAtWikidata第29行Lua錯誤:attempt to index field 'wikibase' (a nil value)
    程式語言C++JavaScriptObjective-C++Python以及Objective-C
    引擎
      Module:EditAtWikidata第29行Lua錯誤:attempt to index field 'wikibase' (a nil value)
      作業系統WindowsLinux以及macOS
      平台IA-32x86-64ARM
      特許條款MIT特許條款[3]
      網站electronjs.org

      Electron(原名為Atom Shell[4])是GitHub開發的一個開源框架[5]它通過使用Node.js(作為後端)和Chromium渲染引擎(作為前端)完成跨平台的桌面GUI應用程式的開發。Electron現已被多個開源Web應用程式用於前端與後端的開發,著名專案包括GitHub的Atom微軟Visual Studio Code[6][7]

      一個基礎的Electron包含三個檔案:package.json(元數據)、main.js(代碼)和index.html圖形化使用者介面)。框架由Electron可執行檔案(Windows中為electron.exe、macOS中為electron.appLinux中為electron)提供。開發者可以自行添加標誌、自訂圖示、重新命名或編輯Electron可執行檔案。

      歷史[編輯]

      • 2013年4月11日,Electron以Atom Shell為名起步。[8]
      • 2014年5月6日,Atom以及Atom Shell以MIT特許條款開源。[9]
      • 2015年4月17日,Atom Shell改名為Electron。[10]
      • 2016年5月11日,1.0版本釋出。[11]
      • 2016年5月20日,允許向Mac應用商店提交軟件套件。[12][13][14][15]
      • 2016年8月2日,支援Windows商店。[16][17]

      使用Electron構建的應用程式[編輯]

      下表列出了部分使用Electron構建的桌面應用程式,在官網能查到更多。[18]

      參見[編輯]

      參考文獻[編輯]

      1. Electron joins the OpenJS Foundation. ElectronJS. [2021-04-21]. (原始內容存檔於2021-04-21). 
      2. electron/electron. GitHub. [2018-05-08]. (原始內容存檔於2017-03-26). 
      3. electron/LICENSE at master. GitHub. [2017-04-25]. (原始內容存檔於2017-05-12) (English). 
      4. Sawicki, Kevin. Atom Shell is now Electron. Atom. 2015-04-23 [2015-12-02]. (原始內容存檔於2015-12-12). 
      5. 存档副本. [2017-02-12]. (原始內容存檔於2016-03-24). 
      6. 存档副本. [2017-02-12]. (原始內容存檔於2015-08-14). 
      7. James, Mike. Visual Studio Code - Now With Added Extensions. I Programmer. 2015-11-23 [2015-12-02]. (原始內容存檔於2015-11-28). 
      8. Zhao, Cheng. Add submodules. · electron/electron@6ef8875. GitHub. 2013-04-11 [2017-03-19]. (原始內容存檔於2019-02-16). 
      9. Sobo, Nathan. Atom Is Now Open Source. Atom Blog. 2014-05-06 [2017-03-19]. (原始內容存檔於2017-04-24). 
      10. Sawicki, Kevin. Rename to electron by kevinsawicki · Pull Request #1389 · electron/electron. GitHub. 2015-04-08 [2017-03-19]. (原始內容存檔於2019-02-16). 
      11. Lord, Jessica. Electron 1.0. Electron blog. 2016-05-11 [2017-03-19]. (原始內容存檔於2019-10-16). 
      12. Mac App Store Submission Guide. Electron Documentation. [2017-03-19]. (原始內容存檔於2017-11-13). 
      13. Zhao, Cheng. Release electron v0.34.0 · electron/electron. 2015-10-16 [2017-11-25]. (原始內容存檔於2019-02-16). OS X: Add experiment build for Mac App Store, read Mac App Store Submission Guide for more. 
      14. Zhao, Cheng. Release electron v1.1.1 · electron/electron. 2016-05-20 [2017-11-25]. (原始內容存檔於2019-02-16). OS X: Enable Mac App Store sandboxing without using temporary-exception. #5584, #5601 
      15. Zhao, Cheng. Merge pull request #5584 from electron/sandbox-no-expl · electron/electron@e05f795. 2016-05-18 [2017-11-25]. (原始內容存檔於2019-02-16). 
      16. Windows Store Guide. Electron Documentation. [2017-03-19]. (原始內容存檔於2017-11-13). 
      17. Rieseberg, Felix. Update Windows Store Language · electron/electron@084110c. 2016-09-17 [2017-05-05]. (原始內容存檔於2019-02-16). 
      18. 18.0 18.1 18.2 18.3 18.4 18.5 18.6 Apps. Electron. [2023-06-30]. (原始內容存檔於2017-08-09). 
      19. Sawicki, Kevin. Atom Shell is now Electron. Electron. 2015-04-23 [2017-07-15]. (原始內容存檔於2019-10-16). 
      20. CrashPlan for Small Business version 6.7. Code42 CrashPlan Release Notes. [2018-04-25]. (原始內容存檔於2018-04-26). 
      21. Etcher. [2018-08-28]. (原始內容存檔於2018-09-03). 
      22. Haack, Phil. Announcing Git Integration for Atom and GitHub Desktop Beta. The GitHub Blog. 2017-05-16 [2017-07-15]. (原始內容存檔於2017-06-05). 
      23. Electron Helper and branding. Techcommunity.microsoft.com. 2017-05-20 [2018-05-08]. (原始內容存檔於2018-06-12). 
      24. Building hybrid applications with Electron. Several People Are Coding. [2017-08-12]. (原始內容存檔於2019-10-16). 
      25. symphonyoss/SymphonyElectron. GitHub. [2018-09-27]. (原始內容存檔於2018-06-27). 
      26. Bright, Peter. Microsoft’s new Code editor is built on Google’s Chromium. Ars Technica. 2015-04-29 [2015-11-18]. (原始內容存檔於2015-11-19). 
      27. Open Source project. [2019-05-08]. (原始內容存檔於2019-05-10). 
      28. wireapp/wire-desktop. GitHub. [2018-05-08]. (原始內容存檔於2017-07-19). 
      29. NW.js. [2021-11-04]. (原始內容存檔於2020-06-16). 

      外部連結[編輯]