Skip to content

Commit

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

Vue CLI はプラグインベースのアーキテクチャを使用します。 新しく作成されたプロジェクトの `package.json` を調べると、 `@vue/cli-plugin-` で始まる依存関係が見つかります。プラグインは内部で利用している webpack の設定を変更し、コマンドを `vue-cli-service` に注入できます。プロジェクト作成のプロセス中に表示される機能のほとんどは、プラグインとして実装されます。
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 プラグインのドキュメントが含まれています。
This section contains documentation for core Vue CLI plugins:

- [Babel](babel.md)
- [TypeScript](typescript.md)
Expand Down

0 comments on commit 3028af4

Please sign in to comment.