{"id":14977068,"url":"https://github.com/ckpack/v-ui","last_synced_at":"2025-10-27T23:31:40.242Z","repository":{"id":57102342,"uuid":"446759005","full_name":"ckpack/v-ui","owner":"ckpack","description":"@ckpack/v-ui is a vue3.x Component UI library.（此项目仅用于个人探索编写Vue组件库）","archived":false,"fork":false,"pushed_at":"2025-04-18T08:10:26.000Z","size":19392,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-14T18:33:51.030Z","etag":null,"topics":["v-ui","vite","vue-ui"],"latest_commit_sha":null,"homepage":"https://ckpack.github.io/v-ui","language":"TypeScript","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/ckpack.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"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}},"created_at":"2022-01-11T09:35:23.000Z","updated_at":"2025-04-18T08:09:16.000Z","dependencies_parsed_at":"2023-11-29T11:42:13.759Z","dependency_job_id":"bcc47b3a-aa6e-4a13-806d-c67f0416e97c","html_url":"https://github.com/ckpack/v-ui","commit_stats":{"total_commits":137,"total_committers":1,"mean_commits":137.0,"dds":0.0,"last_synced_commit":"2669d22fdb14a601727bf3c65fc0ef8ffc7a5e96"},"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/ckpack/v-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckpack%2Fv-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckpack%2Fv-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckpack%2Fv-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckpack%2Fv-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ckpack","download_url":"https://codeload.github.com/ckpack/v-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckpack%2Fv-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281361406,"owners_count":26487881,"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","status":"online","status_checked_at":"2025-10-27T02:00:05.855Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["v-ui","vite","vue-ui"],"created_at":"2024-09-24T13:54:59.872Z","updated_at":"2025-10-27T23:31:39.907Z","avatar_url":"https://github.com/ckpack.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e@ckpakc/v-ui\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003e\n  \u003ca href=\"https://ckpack.github.io/v-ui/\"\u003e中文\u003c/a\u003e\n  |\n  \u003ca href=\"https://ckpack.github.io/v-ui/en/\"\u003eENGLISH\u003c/a\u003e\n\u003c/h4\u003e\n\n@ckpack/v-ui is a Vue3.x Component UI library.\n\n## Features\n\n+ Developed based on modern tools such as `Vite`, `Vue3.x`, `TypeScript`\n+ Separation of `UI`, `state logic` and `CSS` for components\n+ Switch theme styles with `Hooks`, `CSS-IN-JS` and `CSS variables`\n+ You can customize component prefixes, CSS variable prefixes, and CSS class prefixes to avoid component name or style conflicts\n+ All components support on-demand loading by default\n+ Provides extensive documentation and component examples\n\n## [Documentation](https://ckpack.github.io/v-ui/)\n\n## Getting Started\n\n### Full Import\n\nCompletely import the component library.\n\n```js\nimport App from '@/App.vue';\nimport VUI from '@ckpack/v-ui';\nimport { createApp } from 'vue';\n\nconst app = createApp(App);\n\napp.use(VUI, {\n  // ...Optional configuration parameters\n});\napp.mount('#app');\n```\n\n### Demand Import\n\n```vue\n\u003cscript setup\u003e\nimport { VButton } from '@ckpack/v-ui';\n\u003c/script\u003e\n\n\u003ctemplate\u003e\n  \u003cVButton\u003e\n    Test\n  \u003c/VButton\u003e\n\u003c/template\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fckpack%2Fv-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fckpack%2Fv-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fckpack%2Fv-ui/lists"}