vuebootstrap
v0.1.0
Published
vue-loader,vue,jade,stylus,webpack
Maintainers
Readme
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 vuebootstrapCommonJS
var Vuebootstrap = require('vuebootstrap');
var Button = Vuebootstrap.Button;ES6
import {Button,Label} from 'vuebootstrap';
export default{
components:{
Button,
Label
}
}