electron/docs-translations/zh-CN/project
LShun 433a825006 Word addition and revision for Readme,md
I edited some words as well as added some information ( for example the License ) that was missing in the translation but found in the main site README.md,
2016-10-13 22:58:48 +08:00
..
CONTRIBUTING.md Move translated project docs to docs-translations folder 2016-09-06 14:54:17 -07:00
README.md Word addition and revision for Readme,md 2016-10-13 22:58:48 +08:00

Electron Logo

Travis Build Status AppVeyor Build Status devDependency Status Join the Electron Community on Slack

Electron框架让您可使用JavaScript, HTML 及 CSS 编写桌面程序。 它基于Node.jsChromium Atom editor以及很多其他的apps就是使用Electron编写的。

请关注Twitter @ElectronJS 以获得重要通告。

这个项目将坚持贡献者盟约 code of conduct. 我们希望贡献者能遵守贡献者盟约如果有任何不能接受的行为被发现请报告至electron@github.com(PS:请用英语)

下载

预编译的二进制版本及symbols调试版本可以在releases找获, 其中包括Linux,Windows和macOS版本。

你可以使用npm来安装预编译版本electron的二进制文件: You can also use [npm] to install prebuilt electron binaries.

# 在 $PATH 里全局安装 `electron`
npm install electron -g

# 安装为开发依赖
npm install electron --save-dev

# 淘宝源全局安装(PS:大陆到Electron源的下载速度极不稳定无法下载成功时可用)
ELECTRON_MIRROR=http://npm.taobao.org/mirrors/electron/ npm install -g electron

# 淘宝源开发依赖安装(PS:大陆到Electron源的下载速度极不稳定无法下载成功时可用)
ELECTRON_MIRROR=http://npm.taobao.org/mirrors/electron/ npm install electron --save-dev

其他源

文档

开发指南及API文档位于 docs 它也包括如何编译和改进Electron

翻译版文档

快速开始

Clone 并 run 这个 electron/electron-quick-start 库来看行动的一个最小的 Electron 应用软件。

社区

你可以在此提出问题和互相提供帮助:

查看 awesome-electron 来获得被社会维持的应用件例子,工具和资源列表。

执照

MIT © 2016 Github