|
9 years ago | |
---|---|---|
atom | 134ccb550c Use libuv to wake up main thread | 9 years ago |
chromium_src | e7791a5486 Import the TCPListenSocket removed by Chromium | 9 years ago |
docs | c441dd1436 Merge pull request #2571 from atom/index-entry-startup | 9 years ago |
docs-translations | ade5b142f8 Update as upstream | 9 years ago |
script | 61b7a3afe3 No need to ship ffmpeg in dist | 9 years ago |
spec | f05ee4205d Fix path comparison in api-ipc-spec | 9 years ago |
tools | 4214b62551 Set sysroot for arm build | 9 years ago |
vendor | 290b221d79 mac: Do not set rounded corner by adding layer | 9 years ago |
.gitignore | f2daeb9d70 Build ia32 target with sysroot | 9 years ago |
.gitmodules | 70987a9029 Checkout boto in our repo | 9 years ago |
.travis.yml | 7910fe7785 Only build pushes on Travis for master branch [ci skip] | 9 years ago |
CONTRIBUTING.md | 8f32f9f5cb Open Code of Conduct -> Contributor Covenant | 9 years ago |
LICENSE | f176b2c58f Switch to use MIT license. | 11 years ago |
README-ko.md | fcf2be78cb Reset and remove unrelated files | 9 years ago |
README.md | 29c39a3245 Add documentation translation links | 9 years ago |
atom.gyp | 0ee6e5334a Now working at 0.31.0 | 9 years ago |
common.gypi | 4337c07425 Define node_byteorder and node_release_urlbase | 9 years ago |
filenames.gypi | e7791a5486 Import the TCPListenSocket removed by Chromium | 9 years ago |
package.json | a0fea28632 [email protected] | 9 years ago |
toolchain.gypi | 8de9c75caf Don't define source_root on Windows | 9 years ago |
:zap: 이전까지 Atom Shell로 알려져 있었습니다 :zap:
Electron 프레임워크는 JavaScript, HTML 그리고 CSS를 사용하여 Cross-Platform 데스크톱 어플리케이션을 개발할 수 있도록 해주는 프레임워크입니다. 이 프레임워크는 io.js 와 Chromium을 기반으로 만들어 졌으며 Atom Editor에 사용되고 있습니다.
Electron에 대한 중요한 알림을 받고 싶다면 Twitter에서 @ElectronJS를 팔로우 하세요.
Linux, Windows, Mac용으로 미리 빌드된 Electron 바이너리와 디버그 심볼이 준비되어 있습니다. releases 페이지에서 받아 볼 수 있습니다.
또한 npm
을 통해 미리 빌드된 Electron 바이너리를 받을 수도 있습니다:
# $PATH에 `electron` 커맨드를 등록하고 전역에 설치합니다.
npm install electron-prebuilt -g
# 개발 의존성 모듈 형태로 설치합니다.
npm install electron-prebuilt --save-dev
Docs에 개발 가이드와 API 레퍼런스가 있습니다. Electron을 빌드 하는 방법과 프로젝트에 기여하는 방법도 문서에 포함되어 있으니 참고하시기 바랍니다.
Atom 포럼내의 electron
카테고리와 Freenode #atom-shell
채팅 채널에서 활발하게 토론이 이어지고 있습니다.
awesome-electron 프로젝트엔 커뮤니티가 운영중인 유용한 예제 어플리케이션과 도구, 리소스가 있으니 한번 참고해 보시기 바랍니다.