:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS
Перейти к файлу
Kevin Sawicki c036986cc4 atom.gyp -> electron.gyp 2016-04-01 16:11:40 -07:00
atom Fix compilation errors on Windows 2016-04-01 16:34:20 +09:00
chromium_src devtools: fix filesyatem api usage and use prefs to track filesystem paths 2016-03-15 07:51:36 +05:30
default_app finish standardizing! 2016-03-30 17:00:33 -07:00
docs Merge pull request #4909 from atom/standard 2016-04-01 11:13:56 +09:00
docs-translations Merge pull request #4926 from preco21/master 2016-03-31 19:31:29 +09:00
lib Fallback to using the last argument as the callback 2016-04-01 12:54:06 -07:00
script atom.gyp -> electron.gyp 2016-04-01 16:11:40 -07:00
spec spec: Fix failing test due to path delimiter 2016-04-01 16:42:44 +09:00
tools Remove logging 2016-04-01 12:40:32 -07:00
vendor Update native-mate for #4892 2016-03-31 10:21:21 +09:00
.gitignore linux: optionaly allow building x64 targets with sysroot 2016-03-10 17:34:42 +05:30
.gitmodules Checkout boto in our repo 2015-07-03 23:33:49 +08:00
.node-version Add .node-version pinned to 5.1.1 2016-03-18 11:11:56 -07:00
.travis.yml Use Xcode 7. 2015-10-06 16:34:20 -04:00
CODE_OF_CONDUCT.md add CODE_OF_CONDUCT.md 2015-12-03 18:06:18 -06:00
CONTRIBUTING-ko.md Update as upstream 2015-12-04 13:48:38 +09:00
CONTRIBUTING.md update CONTRIBUTING doc 2016-03-30 17:00:34 -07:00
ISSUE_TEMPLATE.md Remove all but prompts for version numbers 2016-02-18 08:57:31 -08:00
LICENSE Switch to use MIT license. 2014-05-04 20:29:08 +08:00
README-ko.md 📝 Update Korean readme as upstream 2016-03-23 09:42:14 +09:00
README.md Link to root build page 2016-03-11 09:39:12 -08:00
appveyor.yml Avoid duplicate building for PR 2015-12-10 13:18:23 +08:00
common.gypi Export symbols of node::Environment 2016-03-27 20:36:39 +09:00
electron.gyp atom.gyp -> electron.gyp 2016-04-01 16:11:40 -07:00
filenames.gypi Store default_app in .asar archive 2016-04-01 12:40:32 -07:00
package.json eradicate all per-file eslint globals 2016-03-30 17:00:34 -07:00
toolchain.gypi Move toolchain related configures into one place 2016-03-10 22:40:09 +09:00

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 atom/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.