Skip to content

Commit

Permalink
copy docs/ja/core-plugins/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwuofficial committed Dec 4, 2019
1 parent 930420e commit 506e7c1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/ja/core-plugins/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 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.

This section contains documentation for core Vue CLI plugins:

- [Babel](babel.md)
- [TypeScript](typescript.md)
- [ESLint](eslint.md)
- [PWA](pwa.md)
- [Jest](unit-jest.md)
- [Mocha](unit-mocha.md)
- [Cypress](e2e-cypress.md)
- [Nightwatch](e2e-nightwatch.md)

0 comments on commit 506e7c1

Please sign in to comment.