Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Bootstrap 3 components implemented by Vue.js.

License

NotificationsYou must be signed in to change notification settings

uiv-lib/uiv

Repository files navigation

uiv-logo.png

Build StatusCoverage StatusNPM DownloadsNPM VersionLicense

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 versionVue.js versiondocument
2.x3.xhttps://uiv.wxsm.space
1.x2.xhttps://uiv-v1.wxsm.space
0.x2.xhttps://uiv-v0.wxsm.space

Quick start

$ 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

Changelog

Detailed changes for each release are documented in therelease notes.

Special thanks

jetbrains-logo.png

Project Stats

Alt

License

MIT


[8]ページ先頭

©2009-2025 Movatter.jp