No Description

Cheng Zhao 4214b62551 Set sysroot for arm build 9 years ago
atom b1db947def Fix compilation errors due to compiler change 9 years ago
chromium_src b1db947def Fix compilation errors due to compiler change 9 years ago
docs 4b4654ec71 Merge pull request #2066 from atom/doc-type-error 9 years ago
script 88eb5283a0 Download debian arm sysroot image 9 years ago
spec edf60b8529 spec: Remove grabage console.log 9 years ago
tools 4214b62551 Set sysroot for arm build 9 years ago
vendor b1db947def Fix compilation errors due to compiler change 9 years ago
.gitignore 88eb5283a0 Download debian arm sysroot image 9 years ago
.gitmodules 2396b51cb6 Switch to use crashpad repo under atom org. 10 years ago
.travis.yml cc4b3e9e6f make CI build faster 10 years ago
CONTRIBUTING.md 25019de690 Remove example 10 years ago
LICENSE f176b2c58f Switch to use MIT license. 11 years ago
README-ko.md 30dfd54575 First translation 9 years ago
README.md dbb6723dfa Remove extra newline 9 years ago
atom.gyp 4214b62551 Set sysroot for arm build 9 years ago
common.gypi 1b3a8435e5 Define chromeos 9 years ago
filenames.gypi 4214b62551 Set sysroot for arm build 9 years ago
package.json c424d0e9f3 Upgrade CoffeeScript to 1.9.2 10 years ago
toolchain.gypi 4214b62551 Set sysroot for arm build 9 years ago

README-ko.md

Electron Logo

Build Status devDependency Status

Electron 한국어 참조문서

:zap: 이전까지 Atom Shell로 알려져 있었습니다 :zap:

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

Electron에 대한 중요한 알림을 받으려면 Twitter에서 @ElectronJS를 Follow하세요.

다운로드

Linux, Windows, Mac용으로 미리 빌드된 Electron 바이너리와 디버그 심볼이 준비되어 있습니다. releases 페이지에서 받아 볼 수 있습니다.

또한 npm을 이용하여 미리 빌드된 Electron 바이너리를 받을 수 있습니다:

# $PATH에 `electron`을 등록하고 전역에 설치합니다.
npm install electron-prebuilt -g

# 개발용 dependency로 설치합니다.
npm install electron-prebuilt --save-dev

미러

참조문서

docs 에 프레임워크 사용 가이드와 API 레퍼런스가 있습니다. 또한, Electron을 빌드 하는 방법과 프로젝트에 기여하는 방법 문서에 포함되어 있으니 참고바랍니다.

커뮤니티

Atom 포럼내의 electron 카테고리 와 Freenode #atom-shell 채팅채널이 있습니다.

awesome-electron 에 커뮤니티가 운영중인 유용한 예제 앱과 툴, 리소스가 있으니 한번 탐색해 보시기 바랍니다.