d878bd33d7
The npm instructions are removed for now, will add it back when we had electron in npm registry.
26 lines
987 B
Markdown
26 lines
987 B
Markdown
# Electron [![Build Status](https://travis-ci.org/atom/electron.svg?branch=master)](https://travis-ci.org/atom/electron)
|
|
|
|
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).
|
|
|
|
## 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.
|
|
|
|
### Mirrors
|
|
|
|
- [China](https://npm.taobao.org/mirrors/atom-shell)
|
|
|
|
## 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 [`atom-shell` category on the Atom forums](http://discuss.atom.io/category/atom-shell)
|
|
as well as an `#atom-shell` channel on Freenode.
|