0.0.5 • Published 6 years ago

crip-vue-bootstrap v0.0.5

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

crip-vue-bootstrap

Bootstrap components wrapped for Vue.js apps. Take a look to examples page.

Usage

Install

> npm i -S crip-vue-bootstrap

Setup

import Vue from "vue"
import CripBootstrap from "crip-vue-bootstrap"

// Install component in to Vue instance.
Vue.use(CripBootstrap)

Display component

// App.vue

Build Setup

# install dependencies and serve with hot reload at localhost:8080
> npm i && npm run dev

Release steps

> npm run release