INACTIVE - Build cross platform desktop apps with JavaScript, HTML, and CSS
Перейти к файлу
Myk Melez 3345aa05f8 Merge pull request #2 from mykmelez/fix-webview
disable wrapping of WebContents by NavigationController
2016-10-06 15:59:43 -07:00
atom Set _setDeprecatedOptionsCheck on exports 2016-03-18 09:06:03 -07: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 Move default_app to root of repo 2016-03-08 11:14:21 -08:00
docs Merge pull request #4851 from k0kubun/app-doc-set-name 2016-03-22 09:35:49 -07:00
docs-translations fix link 2016-03-20 14:20:43 +11:00
lib disable wrapping of WebContents by NavigationController 2016-10-06 15:58:46 -07:00
script Do not copy system libraries on Linux 2016-03-11 22:29:03 +09:00
spec Merge pull request #4840 from atom/undefined-menu-accelerator 2016-03-21 21:02:44 +09:00
tools set path for pkg-config when using sysroot 2016-03-10 17:34:42 +05:30
vendor Update brightray for #4681 2016-03-17 21:45:13 +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 link to CoC from README and CONTRIBUTING 2015-12-03 18:06:58 -06: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 as upstream 2016-03-03 20:56:46 +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
atom.gyp Bump v0.37.2 2016-03-14 17:22:09 +09:00
common.gypi Move toolchain related configures into one place 2016-03-10 22:40:09 +09:00
filenames.gypi startup helper is renamed 2016-03-10 17:06:21 +09:00
package.json Bump v0.37.2 2016-03-14 17:22:09 +09: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.