Profile
Back to NewsBack
GitHub Trending 1 min
Reader Mode
wxsms/uiv: Bootstrap 3 components implemented by Vue.js.

wxsms/uiv: Bootstrap 3 components implemented by Vue.js.

15 hours ago

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://wxsms.github.io/uiv/ | | 1.x | 2.x | https://wxsms.github.io/uiv-website-v1/ | | 0.x | 2.x | https://wxsms.github.io/uiv-website-v0/ |

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://wxsms.github.io/uiv/usage/getting-started

Changelog

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

Special thanks

jetbrains-logo.png

Project Stats

!Alt

License

MIT

Chat with me