{"id":27704423,"url":"https://github.com/wxsms/uiv","last_synced_at":"2025-04-26T01:01:54.507Z","repository":{"id":38349399,"uuid":"83400754","full_name":"uiv-lib/uiv","owner":"uiv-lib","description":"Bootstrap 3 components implemented by Vue.js.","archived":false,"fork":false,"pushed_at":"2025-04-11T14:43:50.000Z","size":10388,"stargazers_count":941,"open_issues_count":20,"forks_count":184,"subscribers_count":31,"default_branch":"dev","last_synced_at":"2025-04-18T05:49:05.118Z","etag":null,"topics":["bootstrap","ui","vue","vue3"],"latest_commit_sha":null,"homepage":"https://uiv.wxsm.space","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uiv-lib.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://www.paypal.com/paypalme/wxsm"]}},"created_at":"2017-02-28T07:03:15.000Z","updated_at":"2025-02-28T03:02:42.000Z","dependencies_parsed_at":"2023-09-29T19:06:42.041Z","dependency_job_id":"528cfaba-8233-4e05-9317-ff6861f1f9a1","html_url":"https://github.com/uiv-lib/uiv","commit_stats":{"total_commits":1907,"total_committers":59,"mean_commits":32.32203389830509,"dds":0.6067121132669113,"last_synced_commit":"e3c11752fa106a67155f28d0b74443ba39e4656e"},"previous_names":["wxsms/uiv"],"tags_count":119,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uiv-lib%2Fuiv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uiv-lib%2Fuiv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uiv-lib%2Fuiv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uiv-lib%2Fuiv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uiv-lib","download_url":"https://codeload.github.com/uiv-lib/uiv/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249885163,"owners_count":21340183,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","ui","vue","vue3"],"created_at":"2025-04-26T01:01:40.951Z","updated_at":"2025-04-26T01:01:54.486Z","avatar_url":"https://github.com/uiv-lib.png","language":"JavaScript","readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://static.wxsm.space/uiv/logo.png\" alt=\"uiv-logo.png\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/uiv-lib/uiv\"\u003e\u003cimg src=\"https://github.com/uiv-lib/uiv/workflows/CI/badge.svg\" alt=\"Build Status\"\u003e\u003c/a\u003e\n\u003ca href=\"https://coveralls.io/github/uiv-lib/uiv?branch=dev\"\u003e \u003cimg src=\"https://coveralls.io/repos/github/uiv-lib/uiv/badge.svg?branch=dev\" alt=\"Coverage Status\"\u003e\u003c/a\u003e\n\u003ca href=\"https://www.npmjs.com/package/uiv\"\u003e\u003cimg src=\"https://badgen.net/npm/dm/uiv\" alt=\"NPM Downloads\"\u003e\u003c/a\u003e\n\u003ca href=\"https://www.npmjs.com/package/uiv\"\u003e\u003cimg src=\"https://badgen.net/npm/v/uiv\" alt=\"NPM Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/uiv-lib/uiv\"\u003e\u003cimg src=\"https://badgen.net/github/license/uiv-lib/uiv\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n## Introduction\n\n**uiv** is a Bootstrap 3 component lib implemented by Vue.\n\n* **Lightweight**\n  * All components **~20KB** Gziped.\n  * No extra CSS file.\n  * Individually import supported.\n* Vue 3 supported.\n* **SSR** (server-side rendering) supported.\n\nIf this project has helped you out, please support it with a star :star2:.\n\n## Versions\n\n| uiv version | Vue.js version | document                                               |\n|-------------|----------------|--------------------------------------------------------|\n| 2.x         | 3.x            | [https://uiv.wxsm.space](https://uiv.wxsm.space)       |\n| 1.x         | 2.x            | [https://uiv-v1.wxsm.space](https://uiv-v1.wxsm.space) |\n| 0.x         | 2.x            | [https://uiv-v0.wxsm.space](https://uiv-v0.wxsm.space) |\n\n## Quick start\n\n```bash\n$ npm i uiv --save\n```\n\n```javascript\n// main.js\nimport 'bootstrap/dist/css/bootstrap.min.css'\nimport { createApp } from 'vue'\nimport * as uiv from 'uiv'\n\nconst app = createApp({ ... })\n\napp.use(uiv)\n\napp.mount(...)\n```\n\nFor more information, pls visit [https://uiv.wxsm.space/usage/getting-started.html](https://uiv.wxsm.space/usage/getting-started.html)\n\n## Changelog\n\nDetailed changes for each release are documented in the [release notes](https://github.com/uiv-lib/uiv/releases).\n\n## Special thanks\n\n\u003cp\u003e\n\u003ca href=\"https://www.jetbrains.com/?from=uiv\"\u003e\u003cimg width=\"250\" src=\"https://static.wxsm.space/others/jetbrains-logo.png\" alt=\"jetbrains-logo.png\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Project Stats\n\n![Alt](https://repobeats.axiom.co/api/embed/d61d9b2205de473d16574c9d78d7d067cfa3468f.svg \"Repobeats analytics image\")\n\n\n## License\n\nMIT\n","funding_links":["https://www.paypal.com/paypalme/wxsm"],"categories":["构架","Components \u0026 Libraries","实用库","Frameworks"],"sub_categories":["组件集合","Frameworks","Component Collections"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwxsms%2Fuiv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwxsms%2Fuiv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwxsms%2Fuiv/lists"}