electron/docs-translations/jp/README.md

89 lines
3.6 KiB
Markdown
Raw Normal View History

使用している Electron のバージョンに応じたドキュメントを使うように確認してください。
ドキュメントのバージョン番号はページの URL の一部になっています。
そうでない場合、おそらくご使用の Electron のバージョンと互換性のない API 変更を含んだ development ブランチのドキュメントを使っているものと思われます。
その場合、atom.io の [available versions](http://electron.atom.io/docs/) リストにある別のバージョンのドキュメントに切り替えることができます。また GitHub で閲覧している場合、"Switch branches/tags" ドロップダウンを開いて、バージョンに対応したタグを選ぶこともできます。
2016-02-28 11:42:14 +00:00
_リンクになっていないリストは未翻訳のものです。_
2016-01-11 04:19:14 +00:00
## FAQ
頻繁に聞かれる質問がありますので、issueを作成する前にこれをチェックしてください。
* [Electron FAQ](faq/electron-faq.md)
## ガイド
* [サポートするプラットフォーム](tutorial/supported-platforms.md)
* [アプリケーションの配布](tutorial/application-distribution.md)
* [Mac App Store 提出ガイド](tutorial/mac-app-store-submission-guide.md)
* [アプリケーションのパッケージ化](tutorial/application-packaging.md)
* [ネイティブのNodeモジュールを使用する](tutorial/using-native-node-modules.md)
* [メインプロセスのデバッグ](tutorial/debugging-main-process.md)
* [Selenium と WebDriverを使用する](tutorial/using-selenium-and-webdriver.md)
* [DevTools エクステンション](tutorial/devtools-extension.md)
* [Pepper Flashプラグインを使用する](tutorial/using-pepper-flash-plugin.md)
* [Widevine CDMプラグインを使用する](tutorial/using-widevine-cdm-plugin.md)
2015-11-19 13:54:01 +00:00
# チュートリアル
* [クイックスタート](tutorial/quick-start.md)
2016-01-11 04:19:14 +00:00
* [デスクトップ環境の統合](tutorial/desktop-environment-integration.md)
* [オンライン/オフライン イベントの検知](tutorial/online-offline-events.md)
## API リファレンス
* [概要](api/synopsis.md)
2016-02-28 11:42:14 +00:00
* [Process Object](api/process.md)
2016-02-28 11:50:16 +00:00
* [サポートしているChromeコマンドラインスイッチ](api/chrome-command-line-switches.md)
* [環境変数](api/environment-variables.md)
2016-02-28 11:42:14 +00:00
2016-02-28 11:55:47 +00:00
### カスタムDOM要素:
2016-02-28 11:42:14 +00:00
* [`File` Object](api/file-object.md)
* `<webview>` Tag
2016-02-28 11:50:16 +00:00
* [`window.open` 関数](api/window-open.md)
2016-02-28 11:42:14 +00:00
2016-02-28 11:55:47 +00:00
### Main Processのモジュール:
2016-02-28 11:42:14 +00:00
* [app](api/app.md)
* [autoUpdater](api/auto-updater.md)
* BrowserWindow
2016-02-28 11:50:16 +00:00
* [フレームの無いウィンドウ](api/frameless-window.md)
2016-02-28 11:42:14 +00:00
* [contentTracing](api/content-tracing.md)
* [dialog](api/dialog.md)
* [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)
* [protocol](api/protocol.md)
* [session](api/session.md)
* webContents
* [Tray](api/tray.md)
2016-02-28 11:55:47 +00:00
### Renderer Processのモジュール (Web Page):
2016-02-28 11:42:14 +00:00
* [desktopCapturer](api/desktop-capturer.md)
* [ipcRenderer](api/ipc-renderer.md)
* [remote](api/remote.md)
* [webFrame](api/web-frame.md)
2016-02-28 11:55:47 +00:00
### 両方のProcessのモジュール :
2016-02-28 11:42:14 +00:00
* [clipboard](api/clipboard.md)
* [crashReporter](api/crash-reporter.md)
* [nativeImage](api/native-image.md)
* [screen](api/screen.md)
* [shell](api/shell.md)
2016-02-28 11:55:47 +00:00
## 開発
2016-02-28 11:42:14 +00:00
2016-02-28 11:50:16 +00:00
* Coding Style
* Source Code Directory Structure
* Technical Differences to NW.js (formerly node-webkit)
* Build System Overview
* Build Instructions (OS X)
* Build Instructions (Windows)
* Build Instructions (Linux)
* Setting Up Symbol Server in debugger