Derick Sozo shares a good tip on how to remove a Vue CLI 3 plugin from our Vue project.

vue plugin

You have an existing Vue project project and you’ve already installed a few Vue CLI 3 plugins. But, there’s one plugin in particular that you don’t need anymore.

The CLI lets you easily add plugins with the vue add command, but there’s no option to easily remove them.

In this post, I’m going to show you the steps you can take to remove a Vue CLI 3 plugin from your project.