Bootstrap 3 components built with Vue.js
npm install --save vuebootstrap
var Vuebootstrap = require('vuebootstrap');
var Button = Vuebootstrap.Button;
import {Button,Label} from 'vuebootstrap';
export default{
components:{
Button,
Label
}
}