Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1 from re-fort/gitlocalize-172
Browse files Browse the repository at this point in the history
Translate building_your_app.md
  • Loading branch information
re-fort authored Aug 6, 2017
2 parents b31b441 + be31ece commit f1efedb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/ja/building_your_app.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# アプリケーション構築

electron-vue はビルドと本番アプリケーションの配布のために [electron-packager](https://github.com/electron-userland/electron-packager)[electron-builder](https://github.com/electron-userland/electron-builder) の両方をサポートしています。両方のビルドツールは素晴らしい [@electron-userland](https://github.com/electron-userland) コミュニティによって支援されていて、それぞれに詳細なドキュメントがあります。`vue-cli` のスキャフォールディング中にどちらのビルダーを使いたいか尋ねられます。

## [`electron-packager`](using-electron-packager.md)

electron アプリケーションを作成するのが初めて使う人や単純な実行可能ファイルを作成する必要がある場合、`electron-packager` がニーズに最適です。

## [`electron-builder`](using-electron-builder.md)

完全なインストーラー、自動更新サポート、Travis CI と AppVeyor を使用した CI ビルド、またはネイティブコードモジュールの再構築の自動化を探し求めている場合、`electron-builder` が最適です。

0 comments on commit f1efedb

Please sign in to comment.