:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS
Перейти к файлу
Cheng Zhao bc62d8c2c5 Ship the filename_rules.gypi which is modified from chromium. 2013-07-22 15:59:59 +08:00
app [Win] Print log to stderr instead of debug.log. 2013-07-08 11:09:53 +08:00
browser Add BrowserWindow.inspectElement(x, y) API. 2013-07-18 19:21:25 +08:00
common Cleanup the node bindings code. 2013-07-22 15:25:39 +08:00
renderer Enable the UI thread in browser to receive synchronous messages. 2013-07-10 12:36:02 +08:00
script [Win] Pass relative path in the test script. 2013-07-19 10:41:24 +08:00
spec Improve spec window's default behavior. 2013-07-19 10:47:00 +08:00
tools Update brightray: fix building with ninja. 2013-07-02 17:33:43 +08:00
vendor Update node: fix process.nextTick. 2013-07-17 10:48:00 +08:00
.gitignore Fix .gitignore. 2013-07-17 17:07:14 +08:00
.gitmodules cefode-node is renamed to node. 2013-07-17 10:51:58 +08:00
LICENSE Initial empty browser. 2013-04-12 10:14:23 +08:00
README.md Set base url in bootstrap script by default. 2013-06-19 10:54:05 +08:00
atom.gyp Don't use gcd to post tasks to main thread. 2013-07-22 13:03:13 +08:00
common.gypi Link to the views module as static library. 2013-07-09 10:22:38 +08:00
filename_rules.gypi Ship the filename_rules.gypi which is modified from chromium. 2013-07-22 15:59:59 +08:00
package.json Add test for the unzip module. 2013-07-18 15:19:36 +08:00

README.md

Atom Shell

Experimental native layer for the Atom.

Development

One-time setup

$ script/bootstrap

Building

$ script/build

This will build the app into the build directory.

License

See the LICENSE file.