:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS
Перейти к файлу
Steve Kinney 178496afe5 📝 Update documentation style guide to ES6 [ci skip] 2016-05-04 10:55:05 -06:00
atom Merge pull request #5378 from CGamesPlay/master 2016-05-04 23:08:12 +09:00
chromium_src
default_app
docs 📝 Update documentation style guide to ES6 [ci skip] 2016-05-04 10:55:05 -06:00
docs-translations 📝 Update Korean docs as upstream 2016-05-04 18:45:52 +09:00
lib
script Do not download clang on Windows 2016-05-03 09:38:15 +09:00
spec Fix specs on Windows when running without desktop session 2016-04-30 21:03:22 +09:00
tools
vendor Convert --clang_dir and --disable_clang to --defines 2016-05-02 21:19:16 +09:00
.gitignore
.gitmodules
.node-version
.travis.yml
CODE_OF_CONDUCT.md
CONTRIBUTING-ko.md
CONTRIBUTING.md
ISSUE_TEMPLATE.md
LICENSE
README-ko.md 📝 Small fixes 2016-05-03 15:34:47 +09:00
README.md Update link to AppVeyor build badge 2016-05-02 09:07:14 -07:00
appveyor.yml Revert "Run tests for branches on appveyor" 2016-04-30 21:21:11 +09:00
common.gypi
electron.gyp
filenames.gypi
package.json
toolchain.gypi

README.md

Electron Logo

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

Formerly known as Atom Shell

The Electron framework lets you write cross-platform desktop applications using JavaScript, HTML and CSS. It is based on Node.js and Chromium and is used in the Atom editor.

Follow @ElectronJS on Twitter for important announcements.

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to atom@github.com.

Downloads

Prebuilt binaries and debug symbols of Electron for Linux, Windows and OS X can be found on the releases page.

You can also use npm to install prebuilt electron binaries:

# Install the `electron` command globally in your $PATH
npm install electron-prebuilt -g

# Install as a development dependency
npm install electron-prebuilt --save-dev

Mirrors

Documentation

Guides and the API reference are located in the docs directory. It also contains documents describing how to build and contribute to Electron.

Documentation Translations

Quick Start

Clone and run the electron/electron-quick-start repository to see a minimal Electron app in action.

Community

You can ask questions and interact with the community in the following locations:

Check out awesome-electron for a community maintained list of useful example apps, tools and resources.