Skip to content

Ebookchain/ebook-electron-official-docs

 
 

Repository files navigation

Electron official document multi-languages ebook

Back Home

中文说明

Changelog

  • Update to Electron-v1.6.3 2017-03-22
  • Update to Electron-v1.3.2 2016-08-04
  • Update to Electron-v1.2.5 2016-06-30
  • Update to Electron-v1.2.1 2016-06-06
  • Update to Electron-v0.37.8 2016-05-03
  • Update to Electron-v0.37.6 2016-04-17
  • Update to Electron-v0.37.2 2016-03-26
  • Update to Electron-v0.37.2 2016-03-16
  • Initial commit Electron-v0.36.10 2016-03-07

About Electron

Electron enables you to create desktop applications with pure JavaScript by providing a runtime with rich native (operating system) APIs. You could see it as a variant of the Node.js runtime that is focused on desktop applications instead of web servers.

About

This is an ebook published with GitBook, used and read easily. Its every language documents are cloned from Electron official documents, and updated regularly (Tracking electron`s releases).

Build

Free writing, publishing, and build a self publishing platform, click here.

Brief introduction:

(1) Clone the project

$ git clone https://github.com/imfly/electron-docs-gitbook.git

(2) Install dependences

$ npm install -g gitbook-cli

$ cd electron-docs-gitbook
$ npm install
$ gitbook install

(3) Get Electron

$ git submodule init
$ git submodule update --remote

(4) Copy Documents

$ npm run copy

(5) Build ebook

$ gitbook build

or

$ gitbook serve

Then you can read it from http://localhost:4000

(6) Deploy to gh-pages

$ npm run deploy

Then, get it on http://doc-ebooks.github.io/electron-docs-gitbook

Links

  • [gitbook]

Download: https://imfly.gitbooks.io/electron-docs-gitbook/

English: https://imfly.gitbooks.io/electron-docs-gitbook/content/en/index.html

简体中文: https://imfly.gitbooks.io/electron-docs-gitbook/content/zh-CN/index.html

  • [github]

Code: https://github.com/doc-ebooks/electron-docs-gitbook

Read: http://doc-ebooks.github.io/electron-docs-gitbook

  • [others]

Other books: Bitcoin on Nodejs

License

Copyright (c) 2016 imfly.

Copyright (c) 2014 GitHub Inc.

MIT LICENSE

Author

WeChat:kubying

QQGroup:185046161

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%