Slide 12
Slide 12 text
What are plugins ?
In the world of vue, there are three types of plugins -
● vue plugins
○ adds global level functionality, or new kinds of components to Vue
● vuex plugins
○ adds functionality to vuex, by getting access to all mutation hooks
● vue-cli plugins
○ Modifies the build system, and add functionality to webpack/cli-service
Vuex itself is a plugin for Vue. So is Vue-Router.