Skip to content

vue.js+vueloader+bootstrap+webpack

Notifications You must be signed in to change notification settings

marchFantasy/vuebootstrap

Repository files navigation

vuebootstrap

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

About

vue.js+vueloader+bootstrap+webpack

http://marchfantasy.github.io/vuebootstrap/

Resources

Stars

Watchers

Forks

Packages

No packages published