Uiv: Bootstrap 3 Components by Vue.js

Introduction

uiv is a Bootstrap 3 component lib implemented by Vue.

  • Lightweight
    • All components ~20KB Gziped.
    • No extra CSS file.
    • Individually import supported.
  • Vue 3 supported.
  • SSR (server-side rendering) supported.

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.

Project Stats

Alt


Download Details:

Author: uiv-lib
Source Code: https://github.com/uiv-lib/uiv 
License: MIT license

#bootstrap #components #vue #ui 

Uiv: Bootstrap 3 Components by Vue.js
1.30 GEEK