{"id":14977057,"url":"https://github.com/qq15725/veno-ui","last_synced_at":"2025-10-27T23:31:36.049Z","repository":{"id":57391500,"uuid":"401074040","full_name":"qq15725/veno-ui","owner":"qq15725","description":"A Vue 3 UI Library. Vuetify 3 Variant","archived":false,"fork":false,"pushed_at":"2023-05-23T11:16:26.000Z","size":55664,"stargazers_count":19,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-23T21:22:43.250Z","etag":null,"topics":["components","typescript","ui","ui-components","veno","veno-ui","venoui","vite","vue","vue3","vue3-components","vue3-ui","vuetify3"],"latest_commit_sha":null,"homepage":"https://venojs.com","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/qq15725.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":"2021-08-29T15:18:10.000Z","updated_at":"2024-06-21T15:20:42.803Z","dependencies_parsed_at":"2024-06-21T15:20:00.267Z","dependency_job_id":"79011627-4604-439d-aa3c-11f9f2c4b76e","html_url":"https://github.com/qq15725/veno-ui","commit_stats":null,"previous_names":[],"tags_count":63,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qq15725%2Fveno-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qq15725%2Fveno-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qq15725%2Fveno-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qq15725%2Fveno-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qq15725","download_url":"https://codeload.github.com/qq15725/veno-ui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238574401,"owners_count":19494721,"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":["components","typescript","ui","ui-components","veno","veno-ui","venoui","vite","vue","vue3","vue3-components","vue3-ui","vuetify3"],"created_at":"2024-09-24T13:54:58.624Z","updated_at":"2025-10-27T23:31:35.211Z","avatar_url":"https://github.com/qq15725.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eVeno UI\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://unpkg.com/veno-ui\"\u003e\n    \u003cimg src=\"https://img.shields.io/bundlephobia/minzip/veno-ui\" alt=\"Minzip\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/veno-ui\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/veno-ui.svg\" alt=\"Version\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/veno-ui\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/dm/veno-ui\" alt=\"Downloads\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/qq15725/veno-ui/issues\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/issues/qq15725/veno-ui\" alt=\"Issues\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/qq15725/veno-ui/blob/main/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/l/veno-ui.svg\" alt=\"License\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e一个 Vue 3 UI 组件库\u003c/p\u003e\n\n## 特性\n\n### 自定义主题\n\n组件默认属性值，风格色皆可调。\n\n### 无障碍设计\n\n所有组件遵循 [WAI-ARIA](https://www.w3.org/TR/wai-aria-practices) 。\n\n### 使用 TypeScript\n\n所有组件 TypeScript 编写，类型安全。\n\n## 📦 安装\n\n```sh\nnpm i veno-ui\n```\n\n## 🦄 使用\n\n导入全部组件的例子，按需导入请查看文档了解更多。\n\n```typescript\nimport { createApp } from 'vue'\nimport App from './App.vue'\n\nimport { createVeno } from 'veno-ui'\nimport * as components from 'veno-ui/components'\nimport * as directives from 'veno-ui/directives'\nimport * as providers from 'veno-ui/providers'\nconst veno = createVeno({\n  components,\n  directives,\n  providers,\n})\n\ncreateApp(App).use(veno).mount('#app')\n```\n\n## 相关的库\n\n| 项目               | 介绍                                       |\n| --------------------- |------------------------------------------|\n| [veno-admin] | Veno UI 的后台管理项目模板。                       |\n| [@veno-ui/markdown] | Veno UI 的 Markdown 渲染器                   |\n| [@veno-ui/vite-plugin-markdown] | Veno UI 在 Vite 下的 Markdown 文件解析          |\n\n[veno-admin]: https://github.com/qq15725/veno-admin\n[@veno-ui/markdown]: https://github.com/qq15725/veno-ui/blob/master/packages/markdown\n[@veno-ui/vite-plugin-markdown]: https://github.com/qq15725/veno-ui/blob/master/packages/vite-plugin-markdown\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqq15725%2Fveno-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqq15725%2Fveno-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqq15725%2Fveno-ui/lists"}