Uninstall a Component in vue.js
I installed this component in my application. I would like to uninstall it now. How can I do that ?
@afoysal npm uninstall <package-name>
example: npm uninstall vuetable-2
Please or to participate in this conversation.