|
9 years ago | |
---|---|---|
atom | 13bfb099a2 Fix the toolbar showing when titleBarStyle is hidden-inset | 9 years ago |
chromium_src | 9ccb495f60 Do not remove the patch for Command key | 9 years ago |
default_app | 0f52a6da39 Merge branch '1-0-release' | 9 years ago |
docs | e53bfad018 Fix building on Windows | 9 years ago |
docs-translations | 16c870191f Update: Japanese version of MAS submission-guide | 9 years ago |
lib | c1399f9bdc Disable webview when nodeIntegration is off | 9 years ago |
script | ba7a32b16e Sync submodule recursively | 9 years ago |
spec | 0140015500 spec: WebView is disabled when nodeIntegration is disabled | 9 years ago |
tools | e5890728dc Do not use require('app') in dump-version-info.js | 9 years ago |
vendor | 10f144069d Allow using __weak keyword | 9 years ago |
.gitignore | e27e3d641c linux: optionaly allow building x64 targets with sysroot | 9 years ago |
.gitmodules | 5ffa30a563 Update submodules for new org | 9 years ago |
.node-version | 37119768a0 :arrow_up: [email protected] | 9 years ago |
.travis.yml | 326af3cbe3 Use Xcode 7. | 9 years ago |
CODE_OF_CONDUCT.md | edfb1b5d0e :memo: Update to v1.4 of the Code of Conduct | 9 years ago |
CONTRIBUTING-ko.md | 2b079588bb Fix small mistakes in CONTRIBUTING-ko.md | 9 years ago |
CONTRIBUTING.md | b553981644 Update readme and contributing guide for new org | 9 years ago |
ISSUE_TEMPLATE.md | cc6ba0fd10 Remove all but prompts for version numbers | 9 years ago |
LICENSE | f176b2c58f Switch to use MIT license. | 11 years ago |
README-ko.md | 01c483e0dd :memo: Update `README-ko.md` | 9 years ago |
README.md | fecd9ee4a0 Update link to AppVeyor build badge | 9 years ago |
appveyor.yml | 08779eb6d9 Use VS2015 on appveyor | 9 years ago |
common.gypi | 8dc8f8f485 Update libchromiumcontent: fix Release build on Windows | 9 years ago |
electron.gyp | 8ed3659bb8 Link with libraries of Visual Studio 2015 | 9 years ago |
filenames.gypi | 49ac160ff7 Move createIDWeakMap to v8Util | 9 years ago |
package.json | 847d9580b7 Bump v1.1.0 | 9 years ago |
toolchain.gypi | 3ee366257c Allow bootstrap to be invoked via python2 | 9 years ago |
:zap: 이전까지 Atom Shell로 불렸지만, Electron으로 변경되었습니다 :zap:
Electron 프레임워크는 JavaScript, HTML 그리고 CSS를 사용하여 Cross-Platform 데스크톱 어플리케이션을 개발할 수 있도록 해주는 프레임워크입니다. Node.js와 Chromium을 기반으로 만들어졌으며 Atom Editor에 사용되고 있습니다.
Electron에 대한 중요한 알림을 받고 싶다면 Twitter에서 @ElectronJS를 팔로우 하세요.
이 프로젝트는 기여자 규약인 행동강령을 준수합니다. 따라서 이 프로젝트의 개발에 참여하려면 이 규약을 지켜야 합니다. 받아들일 수 없는 행위를 발견했을 경우 [email protected]로 보고하세요.
Linux, Windows, OS X 용으로 미리 빌드된 Electron 바이너리와 디버그 심볼이 준비되어 있습니다. releases 페이지에서 받아 볼 수 있습니다.
또한 npm
을 통해 미리 빌드된 Electron 바이너리를 설치할
수도 있습니다:
# $PATH에 `electron` 커맨드를 등록하고 전역에 설치합니다.
npm install electron-prebuilt -g
# 개발 의존성 모듈 형태로 설치합니다.
npm install electron-prebuilt --save-dev
Docs에 개발 지침과 API 레퍼런스가 있습니다. Electron을 빌드 하는 방법과 프로젝트에 기여하는법 또한 문서에 포함되어 있으니 참고하시기 바랍니다.
electron/electron-quick-start
저장소를 클론하여 Electron을 간단히 접해볼 수 있습니다.
다음 링크를 통해 커뮤니티에 질문을 올리거나 토론을 나눌 수 있습니다:
electron
카테고리#atom-shell
채널Atom
채널electron-br
(브라질) 커뮤니티electron-kr
(한국) 커뮤니티electron-jp
(일본) 커뮤니티awesome-electron 프로젝트에 커뮤니티가 운영중인 유용한 예시 어플리케이션과 도구, 리소스가 있으니 참고하기 바랍니다.