No Description

Cheng Zhao 2d410ede48 Initialize things in the same sequence with main process 9 years ago
atom 2d410ede48 Initialize things in the same sequence with main process 9 years ago
chromium_src 8577f2b52f osx: Add NativeWindow::SetSizeConstraints 9 years ago
docs b6859cab91 Merge pull request #3158 from ngoldman/patch-1 9 years ago
docs-translations fe25f3e747 grammatical corrections for spanish translations at api, styleguide and README 9 years ago
script fb99e72484 Update libchromiumcontent to have mas build 9 years ago
spec 0d9e0a38c0 Merge pull request #3128 from atom/fix-save-page-position 9 years ago
tools 73ab6d409b Fix building with Xcode 6 9 years ago
vendor 2d410ede48 Initialize things in the same sequence with main process 9 years ago
.gitignore 1db843244d Upgrade to Chrome 45 9 years ago
.gitmodules 70987a9029 Checkout boto in our repo 9 years ago
.travis.yml 326af3cbe3 Use Xcode 7. 9 years ago
CONTRIBUTING.md a46cb8cebb Fix the git commit messages hash link 9 years ago
LICENSE f176b2c58f Switch to use MIT license. 11 years ago
README-ko.md 7a0db35d91 Update as upstream 9 years ago
README.md bc7c7da799 Add links to electron-quick-start 9 years ago
atom.gyp 22e9c2f4eb Bump v0.34.0 9 years ago
common.gypi 70af2e0bee osx: Don't warn about unkown warning option 9 years ago
filenames.gypi facd0fbc08 Implement webContents.savePage API. 9 years ago
package.json 115526424a Move native modules to optionalDependencies 9 years ago
toolchain.gypi 73ab6d409b Fix building with Xcode 6 9 years ago

README-ko.md

Electron Logo

Build Status devDependency Status Join the Electron Community on Slack

Electron 한국어 참조문서

:zap: 프레임워크 이름이 Atom Shell에서 Electron으로 변경되었습니다 :zap:

Electron 프레임워크는 JavaScript, HTML 그리고 CSS를 사용하여 Cross-Platform 데스크톱 어플리케이션을 개발할 수 있도록 해주는 프레임워크입니다. 이 프레임워크는 Node.jsChromium을 기반으로 만들어 졌으며 Atom Editor에 사용되고 있습니다.

Electron에 대한 중요한 알림을 받고 싶다면 Twitter에서 @ElectronJS를 팔로우 하세요.

이 프로젝트는 기여자 규약 1.2를 준수합니다. 이 프로젝트에 참여할 때 코드를 유지해야 합니다. 받아들일 수 없는 행동은 [email protected]로 보고 하십시오.

다운로드

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-quick-start 저장소를 클론하여 Electron을 간단히 접해볼 수 있습니다.

커뮤니티

다음 링크를 통해 커뮤니티에 질문을 올리거나 토론을 나눌 수 있습니다:

  • Atom 포럼의 electron 카테고리
  • Freenode 채팅의 #atom-shell 채널
  • Slack의 Atom 채널

awesome-electron 프로젝트엔 커뮤니티가 운영중인 유용한 예제 어플리케이션과 도구, 리소스가 있으니 한번 참고해 보시기 바랍니다.