Bootstrap components wrapped for Vue.js apps
npm install crip-vue-bootstrapbash
> npm i -S crip-vue-bootstrap
`
$3
`javascript
import Vue from "vue"
import CripBootstrap from "crip-vue-bootstrap"
// Install component in to Vue instance.
Vue.use(CripBootstrap)
`
$3
`vue
// App.vue
`
Build Setup
`bash
install dependencies and serve with hot reload at localhost:8080
> npm i && npm run dev
`
Release steps
`bash
> npm run release
``