https://github.com/wxsms/uiv
  
  
    Bootstrap 3 components implemented by Vue.js. 
    https://github.com/wxsms/uiv
  
bootstrap ui vue vue3
        Last synced: 6 months ago 
        JSON representation
    
Bootstrap 3 components implemented by Vue.js.
- Host: GitHub
 - URL: https://github.com/wxsms/uiv
 - Owner: uiv-lib
 - License: mit
 - Created: 2017-02-28T07:03:15.000Z (over 8 years ago)
 - Default Branch: dev
 - Last Pushed: 2025-04-11T14:43:50.000Z (7 months ago)
 - Last Synced: 2025-04-18T05:49:05.118Z (7 months ago)
 - Topics: bootstrap, ui, vue, vue3
 - Language: JavaScript
 - Homepage: https://uiv.wxsm.space
 - Size: 9.91 MB
 - Stars: 941
 - Watchers: 31
 - Forks: 184
 - Open Issues: 20
 - 
            Metadata Files:
            
- Readme: README.md
 - Contributing: CONTRIBUTING.md
 - Funding: .github/FUNDING.yml
 - License: LICENSE
 
 
Awesome Lists containing this project
- awesome-vue - uiv - Vue实现的Bootstrap组件 (实用库)
 - awesome-github-vue - uiv - Vue实现的Bootstrap组件 (实用库)
 - awesome - uiv - Vue实现的Bootstrap组件 (实用库)
 - awesome-github-vue - uiv - Vue实现的Bootstrap组件 (实用库)
 
README
          
## 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](https://uiv.wxsm.space)       |
| 1.x         | 2.x            | [https://uiv-v1.wxsm.space](https://uiv-v1.wxsm.space) |
| 0.x         | 2.x            | [https://uiv-v0.wxsm.space](https://uiv-v0.wxsm.space) |
## Quick start
```bash
$ npm i uiv --save
```
```javascript
// 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](https://uiv.wxsm.space/usage/getting-started.html)
## Changelog
Detailed changes for each release are documented in the [release notes](https://github.com/uiv-lib/uiv/releases).
## Special thanks
## Project Stats

## License
MIT
        
