No Description

Kevin Sawicki 909ed54bef Remove stray log 9 years ago
atom ee9128268e Rename atom.icns to electron.icns 9 years ago
chromium_src cdc7b8d15e devtools: fix filesyatem api usage and use prefs to track filesystem paths 9 years ago
default_app 42e7ee2b4a finish standardizing! 9 years ago
docs 55b12c184b Doc node integration inheritance 9 years ago
docs-translations 07fc0880fb Merge pull request #4926 from preco21/master 9 years ago
lib eafe9c245b Disable guest node integration when embedder has it disabled 9 years ago
script c036986cc4 atom.gyp -> electron.gyp 9 years ago
spec 909ed54bef Remove stray log 9 years ago
tools 5221154653 Remove logging 9 years ago
vendor afb82fcc1f Update native-mate for #4892 9 years ago
.gitignore e27e3d641c linux: optionaly allow building x64 targets with sysroot 9 years ago
.gitmodules 70987a9029 Checkout boto in our repo 9 years ago
.node-version 99d6afb3a1 Add .node-version pinned to 5.1.1 9 years ago
.travis.yml 326af3cbe3 Use Xcode 7. 9 years ago
CODE_OF_CONDUCT.md 149859c97b add CODE_OF_CONDUCT.md 9 years ago
CONTRIBUTING-ko.md 01f9107f00 Update as upstream 9 years ago
CONTRIBUTING.md 71f8ba6f7a update CONTRIBUTING doc 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 8939c6ac12 :memo: Update Korean readme as upstream 9 years ago
README.md a95d0078b5 Link to root build page 9 years ago
appveyor.yml bf5c3bc9dd Avoid duplicate building for PR 9 years ago
common.gypi a4d2dd9b4d Export symbols of node::Environment 9 years ago
electron.gyp ce95747a25 atom.asar -> electron.asar 9 years ago
filenames.gypi ee9128268e Rename atom.icns to electron.icns 9 years ago
package.json 7c58f7fb02 eradicate all per-file eslint globals 9 years ago
toolchain.gypi 8e19edd1b5 Move toolchain related configures into one place 9 years ago

README-ko.md

Electron Logo

Build Status AppVeyor 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를 팔로우 하세요.

이 프로젝트는 기여자 규약 행동강령을 준수합니다. 따라서 이 프로젝트의 개발에 참여하려면 이 규약을 지켜야 합니다. 받아들일 수 없는 행위를 발견했을 경우 [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을 빌드 하는 방법과 프로젝트에 기여하는법 또한 문서에 포함되어 있으니 참고하시기 바랍니다.

참조 문서 (번역)

시작하기

atom/electron-quick-start 저장소를 클론하여 Electron을 간단히 접해볼 수 있습니다.

커뮤니티

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

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