JSPM

  • Created
  • Published
  • Downloads 209567
  • Score
    100M100P100Q156647F
  • License MIT

Bootstrap 4 Components for Vue.js 2

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

CircleCI

Twitter Bootstrap 4 Components For Vue.js 2

NPM

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>

Official Docs Website

/Bootstrap Vue