Home

Awesome

<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>

Introduction

uiv is a Bootstrap 3 component lib implemented by Vue.

If this project has helped you out, please support it with a star :star2:.

Versions

uiv versionVue.js versiondocument
2.x3.xhttps://uiv.wxsm.space
1.x2.xhttps://uiv-v1.wxsm.space
0.x2.xhttps://uiv-v0.wxsm.space

Quick start

$ npm i uiv --save
// main.js
import 'bootstrap/dist/css/bootstrap.min.css'
import { createApp } from 'vue'
import * as uiv from 'uiv'

const app = createApp({ ... })

app.use(uiv)

app.mount(...)

For more information, pls visit https://uiv.wxsm.space/usage/getting-started.html

Changelog

Detailed changes for each release are documented in the release notes.

Special thanks

<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>

Project Stats

Alt

License

MIT