uiv
Version:
Bootstrap 3 components implemented by Vue 2.
58 lines (39 loc) • 1.8 kB
Markdown
<p align="center">
<img src="https://user-images.githubusercontent.com/5960988/87894627-d6af0480-ca75-11ea-831f-f24d2719c622.png" alt="uiv-logo.png">
</p>
<p align="center">
<a href="https://github.com/uiv-lib/uiv"><img src="https://github.com/uiv-lib/uiv/workflows/CI/badge.svg" alt="Build Status"></a>
<a href="https://coveralls.io/github/uiv-lib/uiv?branch=dev"> <img src="https://coveralls.io/repos/github/uiv-lib/uiv/badge.svg?branch=dev" alt="Coverage Status"></a>
<a href="https://www.npmjs.com/package/uiv"><img src="https://img.shields.io/npm/dm/uiv.svg" alt="NPM Downloads"></a>
<a href="https://www.npmjs.com/package/uiv"><img src="https://img.shields.io/npm/v/uiv.svg" alt="NPM Version"></a>
<a href="https://github.com/uiv-lib/uiv"><img src="https://img.shields.io/github/license/uiv-lib/uiv.svg" alt="License"></a>
</p>
If this project has helped you out, please support it with a star :star2:.
**uiv** is a Bootstrap 3 component lib implemented by Vue 2.
* **Lightweight**
* All components **~20KB** Gziped.
* No extra CSS file.
* Individually import supported.
* IE 9+ & modern browsers supported.
* **SSR** (server-side rendering) supported.
To check out live examples and documents, visit [https://uiv.wxsm.space](https://uiv.wxsm.space).
```bash
$ npm install uiv --save
$ yarn add uiv
```
```javascript
// main.js
import 'bootstrap/dist/css/bootstrap.min.css'
import Vue from 'vue'
import * as uiv from 'uiv'
Vue.use(uiv)
```
For more information, pls visit [https://uiv.wxsm.space/usage/getting-started.html](https://uiv.wxsm.space/usage/getting-started.html)
Detailed changes for each release are documented in the [release notes](https://github.com/uiv-lib/uiv/releases).
MIT