- Notifications
You must be signed in to change notification settings - Fork184
Bootstrap 3 components implemented by Vue.js.
License
NotificationsYou must be signed in to change notification settings
uiv-lib/uiv
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 🌟.
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 |
$ npm i uiv --save
// main.jsimport'bootstrap/dist/css/bootstrap.min.css'import{createApp}from'vue'import*asuivfrom'uiv'constapp=createApp({ ...})app.use(uiv)app.mount(...)
For more information, pls visithttps://uiv.wxsm.space/usage/getting-started.html
Detailed changes for each release are documented in therelease notes.
MIT
About
Bootstrap 3 components implemented by Vue.js.