electron/README.md

38 строки
1.2 KiB
Markdown
Исходник Обычный вид История

# Electron [![Build Status](https://travis-ci.org/atom/electron.svg?branch=master)](https://travis-ci.org/atom/electron)
2014-05-06 01:19:16 +04:00
2015-04-08 20:16:10 +03:00
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
2014-05-05 22:56:35 +04:00
[Chromium](http://www.chromium.org) and is used in the [Atom
editor](https://github.com/atom/atom).
2013-04-12 05:46:58 +04:00
2014-05-04 16:58:59 +04:00
## Downloads
2013-04-12 05:46:58 +04:00
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:
```
# Install the `electron` command globally in your $PATH
npm install electron-prebuilt -g
# Install as a development dependency
npm install electron-prebuilt --save-dev
```
2015-01-19 17:30:33 +03:00
### Mirrors
2015-03-29 01:34:59 +03:00
- [China](https://npm.taobao.org/mirrors/atom-shell)
2015-01-19 17:30:33 +03:00
2014-05-05 22:56:35 +04:00
## Documentation
2013-04-12 05:46:58 +04:00
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.
2014-05-14 22:32:24 +04:00
## Community
2015-04-20 19:34:32 +03:00
There is an [`electron` category on the Atom forums](http://discuss.atom.io/category/electron)
2014-05-14 22:32:24 +04:00
as well as an `#atom-shell` channel on Freenode.