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
  }
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    2
    • latest

Version History

Package Sidebar

Install

npm i vuebootstrap

Weekly Downloads

4

Version

0.1.0

License

ISC

Last publish

Collaborators

  • marchfantasy