Bootstrap components wrapped for Vue.js apps. Take a look to examples page.
> npm i -S crip-vue-bootstrap
import Vue from "vue"
import CripBootstrap from "crip-vue-bootstrap"
// Install component in to Vue instance.
Vue.use(CripBootstrap)
// App.vue
# install dependencies and serve with hot reload at localhost:8080
> npm i && npm run dev
> npm run release