For my project, I\'m using Buefy and I only install the plugins I need before init my Vue app.
import { Modal, Rate } from \'buefy\' Vue.use(Modal); Vue.use(Rate)