UNPKG

bootstrap-vue

Version:

BootstrapVue, with more than 85 custom components, over 45 plugins, several custom directives, and over 300 icons, provides one of the most comprehensive implementations of Bootstrap v4 components and grid system for Vue.js. With extensive and automated W

10 lines (6 loc) 228 B
// Main entry point for the browser build import { vueUse } from './utils/plugins' import { BootstrapVue } from './index' // Auto installation only occurs if window.Vue exists vueUse(BootstrapVue) export default BootstrapVue