Twitter Bootstrap 4 Components For Vue.js 2
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>
- This Project and Docs was originally ported from vue 1.x version kzima/vuestrap-base-components , So original credit backs to him :)