1. uiv
Bootstrap 3 components implemented by Vue.
uiv
Package: uiv
Created by: uiv-lib
Last modified: Sat, 06 May 2023 02:49:00 GMT
Version: 2.0.6
License: MIT
Downloads: 41,330
Repository: https://github.com/uiv-lib/uiv

Install

npm install uiv
yarn add uiv

uiv-logo.png

Build Status Coverage Status NPM Downloads NPM Version License

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 version Vue.js version document
2.x 3.x https://uiv.wxsm.space
1.x 2.x https://uiv-v1.wxsm.space
0.x 2.x https://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

jetbrains-logo.png

Project Stats

Alt

License

MIT

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code