JSPM

  • Created
  • Published
  • Downloads 211751
  • Score
    100M100P100Q156880F
  • License MIT

Bootstrap 4 Components for Vue.js 2

Package Exports

  • bootstrap-vue
  • bootstrap-vue/dist/bootstrap-vue.css
  • bootstrap-vue/dist/bootstrap-vue.esm

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bootstrap-vue) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme


Bootstrap 4 components for Vue.js 2

Release Notes

✔ Getting started

Please refer to Official Documentation for setup guide, examples and documentation.

Get the package:

yarn add bootstrap-vue

Register BootstrapVue in your app entrypoint:

import Vue from 'vue'
import BootstrapVue from 'bootstrap-vue';

Vue.use(BootstrapVue);

Import styles using style-loader:

import 'bootstrap/dist/css/bootstrap.css'
import 'bootstrap-vue/dist/bootstrap-vue.css'

If style-loader is not available, you have to manually include both bootstrap and bootstrap-vue css files in your css bundle

License

MIT