0 votes
in VueJS by
What are plugins in vue CLI?

1 Answer

0 votes
by

Vue CLI uses a plugin-based architecture where each plugin can modify the internal webpack configuration and inject commands to vue-cli-service. i.e, Each feature is implemented as a plugin. This architecture makes Vue CLI flexible and extensible.

...