uiv
Version:
Bootstrap 3 components implemented by Vue 2.
85 lines (55 loc) • 2.62 kB
Markdown
<p align="center">
<img src="https://static.wxsm.space/uiv/logo.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://badgen.net/npm/dm/uiv" alt="NPM Downloads"></a>
<a href="https://www.npmjs.com/package/uiv"><img src="https://badgen.net/npm/v/uiv" alt="NPM Version"></a>
<a href="https://github.com/uiv-lib/uiv"><img src="https://badgen.net/github/license/uiv-lib/uiv" alt="License"></a>
</p>
If this project has helped you out, please support it with a star :star2:.
[中文文档](https://uiv.wxsm.space/zh/)
**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).
This project is supported by [JetBrains](https://www.jetbrains.com/?from=uiv).
<p>
<a href="https://www.jetbrains.com/?from=uiv"><img width="250" src="https://static.wxsm.space/others/jetbrains-logo.png" alt="jetbrains-logo.png"></a>
</p>
If you think that this project is useful and wanted to support it financially, feel free to choose payment methods below. I really appreciate it.
如果你觉得该项目有用,并且想要对它进行一些经济上的资助,请在下面选择一个付款方式。感谢!
[](https://www.paypal.com/paypalme/wxsm)
<p>
<img width="250" src="https://static.wxsm.space/pay/alipay.png" alt="alipay.png">
<img width="250" src="https://static.wxsm.space/pay/wxpay.png" alt="wxpay.png">
</p>
MIT