0.0.1-alpha.1 • Published 7 years ago

vue-bootstrap.js v0.0.1-alpha.1

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

vue-bootstrap

Build Status Coverage Status Latest Stable Version NPM Downloads License

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