2016-09-25 17:18:18 +03:00
|
|
|
반드시 사용하는 Electron 버전과 문서 버전을 일치시켜야 합니다. 버전 숫자는 문서
|
|
|
|
페이지 URL에 포함되어 있습니다. 만약 그렇지 않다면, 아마 개발 브랜치의 문서일
|
|
|
|
것이며 당신의 Electron 버전과 호환되지 않는 API 변경을 포함할 것 입니다.
|
|
|
|
이전 버전 문서는 깃허브에서 [태그로 열어]
|
|
|
|
(https://github.com/electron/electron/tree/v1.4.0) 볼 수 있습니다.
|
|
|
|
"branches/tags 변경" 드롭다운을 열고 해당 버전의 태그를 선택하세요.
|
|
|
|
|
|
|
|
**역자주:** 한국어 번역 문서는 `atom.io`에 반영되어 있지 않습니다. 한국어 번역
|
|
|
|
문서는 현재 `upstream` 원본 문서의 변경에 따라 최대한 문서의 버전을 맞추려고
|
|
|
|
노력하고 있지만 가끔 누락된 번역이 존재할 수 있습니다.
|
2015-11-24 04:21:30 +03:00
|
|
|
|
2016-01-09 02:13:25 +03:00
|
|
|
## FAQ
|
|
|
|
|
2016-09-25 17:18:18 +03:00
|
|
|
Electron에 대해 자주 묻는 질문이 있습니다. 이슈를 생성하기 전에 다음 문서를
|
|
|
|
먼저 확인해 보세요:
|
2016-01-09 02:13:25 +03:00
|
|
|
|
2016-07-12 19:12:04 +03:00
|
|
|
* [Electron FAQ](faq.md)
|
2016-01-09 02:13:25 +03:00
|
|
|
|
2015-11-24 04:21:30 +03:00
|
|
|
## 개발 가이드
|
2015-08-25 16:28:27 +03:00
|
|
|
|
2015-10-03 11:54:05 +03:00
|
|
|
* [지원하는 플랫폼](tutorial/supported-platforms.md)
|
2016-05-09 10:20:05 +03:00
|
|
|
* [보안](tutorial/security.md)
|
2016-05-18 06:15:29 +03:00
|
|
|
* [Electron 버전 관리](tutorial/electron-versioning.md)
|
2016-06-12 20:51:35 +03:00
|
|
|
* [애플리케이션 배포](tutorial/application-distribution.md)
|
|
|
|
* [Mac 앱스토어 애플리케이션 제출 가이드](tutorial/mac-app-store-submission-guide.md)
|
2016-05-17 15:18:31 +03:00
|
|
|
* [Windows 스토어 가이드](tutorial/windows-store-guide.md)
|
2016-06-12 20:51:35 +03:00
|
|
|
* [애플리케이션 패키징](tutorial/application-packaging.md)
|
2015-09-11 05:56:36 +03:00
|
|
|
* [네이티브 Node 모듈 사용하기](tutorial/using-native-node-modules.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
* [메인 프로세스 디버깅하기](tutorial/debugging-main-process.md)
|
|
|
|
* [Selenium 과 WebDriver 사용하기](tutorial/using-selenium-and-webdriver.md)
|
2015-11-17 21:09:51 +03:00
|
|
|
* [개발자 도구 확장 기능](tutorial/devtools-extension.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
* [Pepper 플래시 플러그인 사용하기](tutorial/using-pepper-flash-plugin.md)
|
2016-01-01 09:57:51 +03:00
|
|
|
* [Widevine CDM 플러그인 사용하기](tutorial/using-widevine-cdm-plugin.md)
|
2016-02-28 19:30:43 +03:00
|
|
|
* [Headless CI 시스템에서 테스팅하기 (Travis, Jenkins)](tutorial/testing-on-headless-ci.md)
|
2016-09-15 19:27:10 +03:00
|
|
|
* [오프 스크린 랜더링](tutorial/offscreen-rendering.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
|
|
|
|
## 튜토리얼
|
|
|
|
|
|
|
|
* [시작하기](tutorial/quick-start.md)
|
|
|
|
* [데스크톱 환경 통합](tutorial/desktop-environment-integration.md)
|
2015-09-11 05:56:36 +03:00
|
|
|
* [온라인/오프라인 이벤트 감지](tutorial/online-offline-events.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
|
|
|
|
## API 레퍼런스
|
|
|
|
|
|
|
|
* [개요](api/synopsis.md)
|
2015-09-11 05:56:36 +03:00
|
|
|
* [Process 객체](api/process.md)
|
2015-10-16 16:26:27 +03:00
|
|
|
* [크롬 명령줄 스위치 지원](api/chrome-command-line-switches.md)
|
2015-11-27 11:28:09 +03:00
|
|
|
* [환경 변수](api/environment-variables.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
|
2016-05-03 09:34:47 +03:00
|
|
|
### 커스텀 DOM 요소:
|
2015-08-25 16:28:27 +03:00
|
|
|
|
|
|
|
* [`File` 객체](api/file-object.md)
|
|
|
|
* [`<webview>` 태그](api/web-view-tag.md)
|
2015-09-11 05:56:36 +03:00
|
|
|
* [`window.open` 함수](api/window-open.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
|
2015-09-24 06:47:30 +03:00
|
|
|
### 메인 프로세스에서 사용할 수 있는 모듈:
|
2015-08-25 16:28:27 +03:00
|
|
|
|
2015-10-17 21:22:35 +03:00
|
|
|
* [app](api/app.md)
|
2015-11-16 06:15:21 +03:00
|
|
|
* [autoUpdater](api/auto-updater.md)
|
2015-11-18 23:12:38 +03:00
|
|
|
* [BrowserWindow](api/browser-window.md)
|
2015-11-16 06:15:21 +03:00
|
|
|
* [contentTracing](api/content-tracing.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
* [dialog](api/dialog.md)
|
2015-11-16 06:15:21 +03:00
|
|
|
* [globalShortcut](api/global-shortcut.md)
|
|
|
|
* [ipcMain](api/ipc-main.md)
|
|
|
|
* [Menu](api/menu.md)
|
|
|
|
* [MenuItem](api/menu-item.md)
|
|
|
|
* [powerMonitor](api/power-monitor.md)
|
|
|
|
* [powerSaveBlocker](api/power-save-blocker.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
* [protocol](api/protocol.md)
|
2015-08-31 08:48:47 +03:00
|
|
|
* [session](api/session.md)
|
2016-04-30 20:46:19 +03:00
|
|
|
* [systemPreferences](api/system-preferences.md)
|
2015-11-16 06:15:21 +03:00
|
|
|
* [Tray](api/tray.md)
|
2016-07-12 19:12:04 +03:00
|
|
|
* [webContents](api/web-contents.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
|
2016-04-17 20:39:05 +03:00
|
|
|
### 렌더러 프로세스에서 사용할 수 있는 모듈 (웹 페이지):
|
2015-08-25 16:28:27 +03:00
|
|
|
|
2015-12-09 11:16:54 +03:00
|
|
|
* [desktopCapturer](api/desktop-capturer.md)
|
2015-11-16 06:15:21 +03:00
|
|
|
* [ipcRenderer](api/ipc-renderer.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
* [remote](api/remote.md)
|
2015-11-16 06:15:21 +03:00
|
|
|
* [webFrame](api/web-frame.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
|
2015-09-24 06:47:30 +03:00
|
|
|
### 두 프로세스 모두 사용할 수 있는 모듈:
|
2015-08-25 16:28:27 +03:00
|
|
|
|
|
|
|
* [clipboard](api/clipboard.md)
|
2015-11-16 06:15:21 +03:00
|
|
|
* [crashReporter](api/crash-reporter.md)
|
|
|
|
* [nativeImage](api/native-image.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
* [screen](api/screen.md)
|
|
|
|
* [shell](api/shell.md)
|
|
|
|
|
|
|
|
## 개발자용
|
|
|
|
|
|
|
|
* [코딩 스타일](development/coding-style.md)
|
|
|
|
* [소스 코드 디렉터리 구조](development/source-code-directory-structure.md)
|
2015-08-31 08:48:47 +03:00
|
|
|
* [NW.js(node-webkit)와 기술적으로 다른점](development/atom-shell-vs-node-webkit.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
* [빌드 시스템 개요](development/build-system-overview.md)
|
2016-06-18 16:26:26 +03:00
|
|
|
* [빌드 설명서 (macOS)](development/build-instructions-osx.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
* [빌드 설명서 (Windows)](development/build-instructions-windows.md)
|
|
|
|
* [빌드 설명서 (Linux)](development/build-instructions-linux.md)
|
2016-09-15 19:27:10 +03:00
|
|
|
* [디버그 설명서 (macOS)](development/debug-instructions-macos.md)
|
2016-04-20 12:45:07 +03:00
|
|
|
* [디버그 설명서 (Windows)](development/debug-instructions-windows.md)
|
|
|
|
* [디버거 심볼 서버 설정](development/setting-up-symbol-server.md)
|
2016-09-25 17:18:18 +03:00
|
|
|
* [문서 스타일가이드](styleguide.md)
|