Package Exports
- bootstrap-vue
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 Vue
Twitter Bootstrap 4 components for Vue.js 2
Quick Start
Install via NPM:
npm i --save-dev bootstrap-vue
Install via YARN (recommended):
yarn add --dev bootstrap-vue
import Vue from 'vue'
import BootstrapVue from 'bootstrap-vue';
// Globally register bootstrap-vue components
Vue.use(BootstrapVue);
Or simply include js inside HTML templates: (CDN Powered by unpkg)
<script src="https://unpkg.com/bootstrap-vue/dist/bootstrapVue.js"></script>
/Bootstrap Vue
- This Project and Docs was originally ported from vue 1.x version kzima/vuestrap-base-components , So original credit backs to him :)