tahq69 / vue-bootstrap

Bootstrap components wrapped for Vue.js apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Bootstrap components wrapped for Vue.js apps

License:MIT License


Languages

Language:Vue 51.3%Language:TypeScript 34.8%Language:JavaScript 10.0%Language:HTML 2.1%Language:CSS 1.4%Language:Batchfile 0.4%