If this project has helped you out, please support it with a star 🌟.
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.
$ npm install uiv --save
# or
$ yarn add uiv
// 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
Detailed changes for each release are documented in the release notes.
This project is supported by JetBrains.
MIT