Added more information and additional links (#33933)

* Added more information and additional links

* Fixed link
This commit is contained in:
Sherman
2019-02-01 05:12:45 +00:00
committed by Jingyi Ding
parent a2fd37d767
commit 664ac2fb49

View File

@ -6,11 +6,11 @@ localeTitle: 电子
Electron允许您使用Web技术构建跨平台桌面应用程序。您可以为WindowsMac和最常见的Linux版本构建桌面应用程序。
Electron基于Chromium谷歌浏览器的开源版本。您 使用HTMLJavaScript和CSS等Web技术构建Electron应用程序。那 意味着您可以使用大多数想要构建本机桌面应用程序的Web技术。例如您可以使用[React](https://medium.freecodecamp.org/building-an-electron-application-with-create-react-app-97945861647c)或[Angular](https://scotch.io/tutorials/creating-desktop-applications-with-angularjs-and-github-electron)来构建您的第一个桌面应用程序。
Electron基于Chromium谷歌浏览器的开源版本Electron是在2013年7月15日从GitHub开发的构建。您使用HTMLJavaScript和CSS等Web技术构建Electron应用程序。那 意味着您可以使用大多数想要构建本机桌面应用程序的Web技术。例如您可以使用[React](https://medium.freecodecamp.org/building-an-electron-application-with-create-react-app-97945861647c)或[Angular](https://scotch.io/tutorials/creating-desktop-applications-with-angularjs-and-github-electron)来构建您的第一个桌面应用程序。
此外Electron还支持自动更新崩溃报告 和原生菜单。
可以使用[Electron API演示](https://github.com/electron/electron-api-demos)探索核心功能
可以使用[Electron API演示](https://github.com/electron/electron-api-demos)探索核心功能
使用Electron构建的一些应用包括
@ -21,6 +21,8 @@ Electron基于Chromium谷歌浏览器的开源版本。您 使用HTMLJa
* [Discord](https://discordapp.com) (适合游戏玩家的流行消息应用)
* [Github Desktop](https://desktop.github.com/) 官方Github桌面客户端
您可以从[Electron的网页](https://electronjs.org/apps)查询更多使用Electron构建的应用。
### 其他信息参考
* [官方网站](https://electronjs.org/)