Skip to content
/ uiv Public
forked from uiv-lib/uiv

Bootstrap 3 components implemented by Vue.js.

License

Notifications You must be signed in to change notification settings

gponnath/uiv

This branch is 482 commits behind uiv-lib/uiv:dev.

Folders and files

NameName
Last commit message
Last commit date
May 28, 2022
Nov 18, 2021
Feb 9, 2022
May 18, 2022
Nov 13, 2021
Dec 13, 2021
Feb 8, 2022
Nov 18, 2021
Dec 13, 2021
Oct 14, 2017
Feb 11, 2022
Dec 13, 2021
Jun 28, 2022
Jun 28, 2022

Repository files navigation

uiv-logo.png

Build Status Coverage Status NPM Downloads NPM Version License

Maintainers wanted!

See uiv-lib#653

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

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

This project is supported by JetBrains.

jetbrains-logo.png

Project Stats

Alt

License

MIT

About

Bootstrap 3 components implemented by Vue.js.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 79.9%
  • Vue 20.1%