Skip to content

marchFantasy/vuebootstrap

Repository files navigation

vuebootstrap

[![NPM version][npm-image]][npm-url] [![npm download][download-image]][download-url] [npm-image]:http://img.shields.io/npm/v/vuebootstrap.svg?style=flat-square [npm-url]:http://npmjs.org/package/vuebootstrap [download-image]: https://img.shields.io/npm/dm/vuebootstrap.svg?style=flat-square [download-url]: https://npmjs.org/package/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