JSPM

  • Created
  • Published
  • Downloads 211751
  • Score
    100M100P100Q156879F
  • 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

Twitter Bootstrap 4 Components For Vue.js 2

NPM

Quick Start

Install via NPM:

npm i --save-dev bootstrap-vue

import Vue from 'vue'

// Globally register bootstrap-vue components
import BootstrapVue from 'bootstrap-vue';
BootstrapVue(Vue);

Or Simply add this Tags to your templates:

<!--Put this in your Header -->
<link rel="stylesheet" href="https://gitcdn.xyz/repo/pi0/bootstrap-vue/master/dist/style.css">

<!--AFTER vue.js and BEFORE your scripts-->
<script src="https://gitcdn.xyz/repo/pi0/bootstrap-vue/master/dist/bootstrapVue.js"></script>

Official Docs And Demo Page (Work in Progress)

/Bootstrap Vue