No Description

Kevin Sawicki 1f46574efe Add test for header with . characters 8 years ago
atom ca4cbe34a0 don't convert header names to nested values 8 years ago
chromium_src 95d5de1444 Fix printing on Windows when sandbox is enabled 8 years ago
default_app bcc372568f Add zoom menu item roles 8 years ago
docs c9f80dfc7b Added `title` to `page-title-updated` return args 8 years ago
docs-translations c8369c8890 :memo: Japanese: add build-instructions-linux.md [ci skip] 8 years ago
lib 5b07e8dd5b Send isMainFrame as argument to did-navigate-in-page event 8 years ago
script 620847d2fd Merge pull request #6755 from electron/upgrade-clang 8 years ago
spec 1f46574efe Add test for header with . characters 8 years ago
tools 161bd89a24 Make js2asar.py more robust 9 years ago
vendor c41183302b Update brightray for #6755 8 years ago
.gitignore 96632370b2 Gitignore Visual Studio Files 8 years ago
.gitmodules 5ffa30a563 Update submodules for new org 9 years ago
.node-version 8488b84b53 Update .node-version 8 years ago
.travis.yml e488320d37 Ignore failures of OS X on Travis CI 9 years ago
CODE_OF_CONDUCT.md edfb1b5d0e :memo: Update to v1.4 of the Code of Conduct 9 years ago
CONTRIBUTING-ko.md 67dd19ed0f Replace OS X and Mac OS with macOS 8 years ago
CONTRIBUTING.md 67dd19ed0f Replace OS X and Mac OS with macOS 8 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 91ed01df26 :memo: Rename `electron-prebuilt` to `electron` when install [ci skip] 8 years ago
README.md 91ed01df26 :memo: Rename `electron-prebuilt` to `electron` when install [ci skip] 8 years ago
appveyor.yml 08779eb6d9 Use VS2015 on appveyor 9 years ago
common.gypi fc36048d78 Move project-specific flags to common.gypi. 8 years ago
electron.gyp 912c7716b3 Bump v1.3.3 8 years ago
filenames.gypi 41df037f64 Show dummy view under offscreen mode 8 years ago
package.json bc28f8d3cc Add clean npm run script 8 years ago
toolchain.gypi 67dd19ed0f Replace OS X and Mac OS with macOS 8 years ago

README-ko.md

Electron Logo

Travis Build Status AppVeyor Build Status devDependency Status Join the Electron Community on Slack

Electron 한국어 참조 문서

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

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

이 프로젝트는 기여자 규약인 행동강령을 준수합니다. 따라서 이 프로젝트의 개발에 참여하려면 이 규약을 지켜야 합니다. 받아들일 수 없는 행위를 발견했을 경우 [email protected]로 보고하세요.

다운로드

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

또한 npm을 통해 미리 빌드된 Electron 바이너리를 설치할 수도 있습니다:

# $PATH에 `electron` 커맨드를 등록하고 전역에 설치합니다.
npm install electron -g

# 개발 의존성 모듈 형태로 설치합니다.
npm install electron --save-dev

미러

참조 문서

Docs에 개발 지침과 API 레퍼런스가 있습니다. Electron을 빌드 하는 방법과 프로젝트에 기여하는법 또한 문서에 포함되어 있으니 참고하시기 바랍니다.

참조 문서 (번역)

시작하기

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

커뮤니티

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

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