Files
vue-cli/docs/core-plugins
Haoqun Jiang 465986923a v4.3.0
2020-04-01 15:59:32 +08:00
..
2019-09-10 00:05:39 +08:00
2020-04-01 15:59:32 +08:00
2020-02-07 15:44:52 +08:00
2019-07-06 19:51:01 +08:00
2019-12-28 20:54:27 +08:00
2019-10-11 16:11:02 +08:00
2019-07-06 19:51:01 +08:00

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: