hero

uiv

Bootstrap 3 Components implemented by Vue 2.

Getting Started

Lightweight

All components ~20KB Gziped.

Compatible

IE 9+ & modern browsers supported.

SSR

Server-side rendering supported.

Build Status Coverage Status NPM Downloads NPM Version License

# Install

$ yarn add uiv

# Usage

import 'bootstrap/dist/css/bootstrap.min.css'
import Vue from 'vue'
import * as uiv from 'uiv'
Vue.use(uiv)