зеркало из https://github.com/electron/electron.git
49 строки
1.8 KiB
Markdown
49 строки
1.8 KiB
Markdown
[![Electron Logo](http://electron.atom.io/images/electron-logo.svg)](http://electron.atom.io/)
|
|
|
|
[![Build Status](https://travis-ci.org/atom/electron.svg?branch=master)](https://travis-ci.org/atom/electron)
|
|
[![devDependency Status](https://david-dm.org/atom/electron/dev-status.svg)](https://david-dm.org/atom/electron#info=devDependencies)
|
|
[![Join the Electron Community on Slack](http://atom-slack.herokuapp.com/badge.svg)](http://atom-slack.herokuapp.com/)
|
|
|
|
:zap: *formerly known as Atom Shell* :zap:
|
|
|
|
The Electron framework lets you write cross-platform desktop applications
|
|
using JavaScript, HTML and CSS. It is based on [io.js](http://iojs.org) and
|
|
[Chromium](http://www.chromium.org) and is used in the [Atom
|
|
editor](https://github.com/atom/atom).
|
|
|
|
Follow [@ElectronJS](https://twitter.com/electronjs) on Twitter for important
|
|
announcements.
|
|
|
|
## Downloads
|
|
|
|
Prebuilt binaries and debug symbols of Electron for Linux, Windows and Mac can
|
|
be found on the [releases](https://github.com/atom/electron/releases) page.
|
|
|
|
You can also use [`npm`](https://docs.npmjs.com/) to install prebuilt electron
|
|
binaries:
|
|
|
|
```sh
|
|
# 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
|
|
|
|
- [China](https://npm.taobao.org/mirrors/electron)
|
|
|
|
## Documentation
|
|
|
|
Guides and the API reference are located in the
|
|
[docs](https://github.com/atom/electron/tree/master/docs) directory. It also
|
|
contains documents describing how to build and contribute to Electron.
|
|
|
|
## Community
|
|
|
|
There is an [`electron` category on the Atom forums](http://discuss.atom.io/category/electron)
|
|
as well as an `#atom-shell` channel on Freenode.
|
|
|
|
Check out [awesome-electron](https://github.com/sindresorhus/awesome-electron) for a community maintained list of useful example apps, tools and resources.
|