Added more information and additional links (#33933)
* Added more information and additional links * Fixed link
This commit is contained in:
@ -6,11 +6,11 @@ localeTitle: 电子
|
||||
|
||||
Electron允许您使用Web技术构建跨平台桌面应用程序。您可以为Windows,Mac和最常见的Linux版本构建桌面应用程序。
|
||||
|
||||
Electron基于Chromium(谷歌浏览器的开源版本)。您 使用HTML,JavaScript和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开发的构建。您使用HTML,JavaScript和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(谷歌浏览器的开源版本)。您 使用HTML,Ja
|
||||
* [Discord](https://discordapp.com) (适合游戏玩家的流行消息应用)
|
||||
* [Github Desktop](https://desktop.github.com/) (官方Github桌面客户端)
|
||||
|
||||
您可以从[Electron的网页](https://electronjs.org/apps)查询更多使用Electron构建的应用。
|
||||
|
||||
### 其他信息参考
|
||||
|
||||
* [官方网站](https://electronjs.org/)
|
||||
|
Reference in New Issue
Block a user