Skip to content

Commit

Permalink
translation from en into ja docs/ja/core-plugins/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwuofficial committed Dec 13, 2019
1 parent 3028af4 commit bd75e3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/ja/core-plugins/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Plugins
# プラグイン

Vue CLI uses a plugin-based architecture. If you inspect a newly created project's `package.json`, you will find dependencies that start with `@vue/cli-plugin-`. Plugins can modify the internal webpack configuration and inject commands to `vue-cli-service`. Most of the features listed during the project creation process are implemented as plugins.
Vue CLI はプラグインベースのアーキテクチャを使用します。 新しく作成されたプロジェクトの `package.json` を調べると、 `@vue/cli-plugin-` で始まる依存関係が見つかります。プラグインは内部で利用している webpack の設定を変更し、コマンドを `vue-cli-service` に注入できます。プロジェクト作成のプロセス中に表示される機能のほとんどは、プラグインとして実装されます。

This section contains documentation for core Vue CLI plugins:
このセクションには、コア Vue CLI プラグインのドキュメントが含まれています。

- [Babel](babel.md)
- [TypeScript](typescript.md)
Expand All @@ -11,4 +11,4 @@ This section contains documentation for core Vue CLI plugins:
- [Jest](unit-jest.md)
- [Mocha](unit-mocha.md)
- [Cypress](e2e-cypress.md)
- [Nightwatch](e2e-nightwatch.md)
- [Nightwatch](e2e-nightwatch.md)

0 comments on commit bd75e3e

Please sign in to comment.