21
21
- [ vue-cli] ( https://github.com/vuejs/vue-cli ) を使用したプロジェクトスキャフォールディング
22
22
- Vue プラグイン ([ axios] ( https://github.com/mzabriskie/axios ) , [ vue-electron] ( https://github.com/SimulatedGREG/vue-electron ) , [ vue-router] ( https://github.com/vuejs/vue-router ) , [ vuex] ( https://github.com/vuejs/vuex ) )を使用する準備ができています*
23
23
- 開発のために [ vue-devtools] ( https://github.com/vuejs/vue-devtools ) や [ devtron] ( https://github.com/electron/devtron ) ツールのインストール
24
- - [ electron-packager] ( https://github.com/electron-userland/electron-packager ) や [ electron-builder] ( https://github.com/electron-userland/electron-builder ) を使用して簡単にアプリケーションをパッケージングする機能*
24
+ - [ electron-packager] ( https://github.com/electron-userland/electron-packager ) や [ electron-builder] ( https://github.com/electron-userland/electron-builder ) を使用して簡単にアプリケーションをパッケージングする機能*
25
25
- [ electron-builder] ( https://github.com/electron-userland/electron-builder ) による自動デプロイのための ` appveyor.yml ` と ` .travis.yml ` の設定*
26
- - ブラウザ用のWeb出力を生成する機能
26
+ - ブラウザ用の Web 出力を生成する機能
27
27
- 便利な [ NPM scripts] ( /npm_scripts.md )
28
28
- Hot Module Replacement を伴う [ webpack] ( https://github.com/webpack/webpack ) と [ vue-loader] ( https://github.com/vuejs/vue-loader ) の使用
29
29
- electron の ` main ` プロセスで動いているプロセスの再起動
30
30
- [ vue-loader] ( https://github.com/vuejs/vue-loader/ ) による HTML/CSS/JS プリプロセッサのサポート
31
31
- ES6 のデフォルトは [ ` stage-0 ` ] ( https://babeljs.io/docs/plugins/preset-stage-0/ ) です
32
32
- ES5 へトランスパイルする必要をなくすために [ ` babili ` ] ( https://github.com/babel/babili ) の使用
33
33
- ESLint ([ ` standard ` ] ( https://github.com/feross/standard ) と [ ` airbnb-base ` ] ( https://github.com/airbnb/javascript ) スタイルのサポート)*
34
- - (Karma + Mocha を使用した)ユニットテスト*
35
- - (Spectron + Mocha を使用した) End-to-end テスト *
34
+ - (Karma と Mocha を使用した)ユニットテスト*
35
+ - (Spectron と Mocha を使用した)エンドツーエンドテスト *
36
36
37
37
* の箇所は ` vue-cli ` のスキャフォールディング中にカスタマイズ可能です
38
38
39
39
### はじめに
40
40
41
- このボイラープレートは [ ` vue-cli ` ] ( https://github.com/vuejs/vue-cli ) のテンプレートとして作成され、スキャフォールディングされたアプリケーションをカスタマイズするためのオプションが含まれています。 ` node@^7 ` かそれ以上のバージョンを使用する必要があります。 electron-vue はパッケージマネージャの [ ` yarn ` ] ( https://yarnpkg.org ) を公式に推奨しています。 依存関係をよりよく処理し、 ` yarn clean ` により最終的なビルドサイズを減らすことができます。
41
+ このボイラープレートは [ ` vue-cli ` ] ( https://github.com/vuejs/vue-cli ) のテンプレートとして作成され、スキャフォールディングされたアプリケーションをカスタマイズするためのオプションが含まれています。` node@^7 ` かそれ以上のバージョンを使用する必要があります。electron-vue はパッケージマネージャの [ ` yarn ` ] ( https://yarnpkg.org ) を公式に推奨しています。依存関係をよりよく処理し、` yarn clean ` により最終的なビルドサイズを減らすことができます。
42
42
43
43
``` bash
44
44
# vue-cli をインストールしボイラープレートをスキャフォールディングします
@@ -52,19 +52,19 @@ yarn run dev # or npm run dev
52
52
53
53
##### Windows ユーザーですか?
54
54
55
- [ ** Windows ユーザーのための注意** ] ( https://simulatedgreg.gitbooks.io/electron-vue/content/en /getting_started.html#a-note-for-windows-users ) を確認し、 electron や他の依存関係で必要なビルドツールが全てあることを確認してください。
55
+ [ ** Windows ユーザーのための注意** ] ( https://simulatedgreg.gitbooks.io/electron-vue/content/ja /getting_started.html#a-note-for-windows-users ) を確認し、electron や他の依存関係で必要なビルドツールが全てあることを確認してください。
56
56
57
57
##### Vue 1 を使いたいですか?
58
58
59
- ` 1.0 ` ブランチを参照してください。 electron-vue は ` vue@^1 ` の使用を公式に推奨していないため、プロジェクトの構造、機能やドキュメントは これらの変更を反映していることに注意してください([ ** 旧版のドキュメント** ] ( https://github.com/SimulatedGREG/electron-vue/tree/1.0/docs ) )。
59
+ ` 1.0 ` ブランチを参照してください。electron-vue は ` vue@^1 ` の使用を公式に推奨していないため、プロジェクトの構造、機能やドキュメントは これらの変更を反映していることに注意してください([ ** 旧版のドキュメント** ] ( https://github.com/SimulatedGREG/electron-vue/tree/1.0/docs ) )。
60
60
61
61
``` bash
62
62
vue init simulatedgreg/electron-vue#1.0 my-project
63
63
```
64
64
65
65
### 次のステップ
66
66
67
- [ ドキュメント] ( https://simulatedgreg.gitbooks.io/electron-vue/content/ ) を確認してください。こちらから設定、プロジェクト構造、アプリケーションのビルドに関する有益な情報を得ることができます。便利な [ FAQs ] ( https://simulatedgreg.gitbooks.io/electron-vue/content/en /faqs.html ) セクションもあります。
67
+ [ ドキュメント] ( https://simulatedgreg.gitbooks.io/electron-vue/content/ ) を確認してください。こちらから設定、プロジェクト構造、アプリケーションのビルドに関する有益な情報を得ることができます。便利な [ FAQ ] ( https://simulatedgreg.gitbooks.io/electron-vue/content/ja /faqs.html ) セクションもあります。
68
68
69
69
## electron-vue で作られたもの
70
70
0 commit comments