vue-bootstrap.js
v0.0.1-alpha.1
Published
Bootstrap components built with Vue.js 2.0
Downloads
4
Readme
vue-bootstrap
Bootstrap components built with Vue.js 2.0 (not production ready).
Install
npm install vue-bootstrap.js --save
Quick Start
import Vue from 'vue'
import VueBootstrap from 'vue-bootstrap.js'
import 'bootstrap/dist/css/bootstrap.css'
Vue.use(VueBootstrap)
// or
import {
Alert,
Popover
// ...
} from 'vue-bootstrap.js'
Vue.component(Alert.name, Alert)
Vue.component(Popover.name, Popover)
License
MIT