vuebootstrap

0.1.0 • Public • Published

vuebootstrap

NPM version npm download

Bootstrap 3 components built with Vue.js

install

npm

npm install --save vuebootstrap

CommonJS

var Vuebootstrap = require('vuebootstrap');
var Button = Vuebootstrap.Button;

ES6

import {Button,Label} from 'vuebootstrap';
export default{
  components:{
    Button,
    Label
  }
}

Package Sidebar

Install

npm i vuebootstrap

Weekly Downloads

2

Version

0.1.0

License

ISC

Last publish

Collaborators

  • marchfantasy