{"id":20345656,"url":"https://github.com/kscript/zero","last_synced_at":"2025-12-01T22:17:35.307Z","repository":{"id":38286549,"uuid":"283913482","full_name":"kscript/zero","owner":"kscript","description":"使用 vue3 重构的 element-ui 组件库 github.io打不开时, 可访问https://kscript.gitee.io/zero/","archived":false,"fork":false,"pushed_at":"2022-12-13T12:11:04.000Z","size":4548,"stargazers_count":2,"open_issues_count":25,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-18T08:07:19.763Z","etag":null,"topics":["demo","element-ui","typescript","vue","vue-next","vue3","vue3-demo","zero-ui"],"latest_commit_sha":null,"homepage":"https://kscript.github.io/zero/","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kscript.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-31T01:29:58.000Z","updated_at":"2023-03-08T03:02:00.000Z","dependencies_parsed_at":"2023-01-28T12:00:34.635Z","dependency_job_id":null,"html_url":"https://github.com/kscript/zero","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kscript%2Fzero","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kscript%2Fzero/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kscript%2Fzero/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kscript%2Fzero/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kscript","download_url":"https://codeload.github.com/kscript/zero/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241304468,"owners_count":19941103,"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":["demo","element-ui","typescript","vue","vue-next","vue3","vue3-demo","zero-ui"],"created_at":"2024-11-14T22:09:16.747Z","updated_at":"2025-12-01T22:17:35.271Z","avatar_url":"https://github.com/kscript.png","language":"SCSS","readme":"# @zero-ui/vue\n使用 vue3 重构的 element-ui 组件库\n\n## 使用方法\n1. 安装zero-ui\n```\n// yarn\nyarn add -D @zero-ui/vue\n// npm\nnpm i -D @zero-ui/vue\n```\n2. 使用\n``` javascript\nimport { createApp } from 'vue'\nimport App from './App.vue'\nimport ZeroUI from '@zero-ui/vue'\nimport '@zero-ui/vue/lib/zero.css'\ncreateApp(App).use(ZeroUI).mount('#app')\n```\n\n## 在线demo\n[@zero-ui/vue](https://kscript.github.io/zero/)\n\n## 现有组件\n- [x] Alert 警告  \n- [x] Avatar 头像  \n- [x] Backtop 返回顶部  \n- [x] Badge 标记  \n- [x] Breadcrumb 面包屑  \n- [x] Button 按钮  \n- [x] Calendar 日历  \n- [x] Card 卡片  \n- [x] Carousel 走马灯  \n- [x] Checkbox 多选框  \n- [x] Code* 代码块  \n- [x] Collapse 折叠面板  \n- [x] Dialog 对话框  \n- [x] Divider 分割线  \n- [x] Drawer 抽屉  \n- [x] Form 表单  \n- [x] Icon 图标  \n- [x] Input 输入框  \n- [x] Image 图片  \n- [x] InfiniteScroll 无限滚动  \n- [x] Link 链接  \n- [x] Markdown*  \n- [x] Pagination 分页  \n- [x] Progress 进度条  \n- [x] Radio 单选框  \n- [x] Rate 评分  \n- [x] Select 选择器  \n- [x] Steps 步骤条  \n- [x] Scrollbar 滚动条  \n- [x] Switch 开关  \n- [x] Tag 标签  \n- [x] Timeline 时间线  \n- [x] Container 布局容器 (Container/Header/Aside/Main/Footer)\n- [x] Layout 布局 (Row/Col)\n\n\u003e 带*号的组件是新添加的, 不在element-ui组件库之内\n\n## 贡献指南\n如果你也想要为重构vue3版本的element-ui出一份力, 可以先浏览参考这份[贡献指南 Guide](./Guide.md), 方便快速上手\n\n## 交流群\n前端技术交流群(QQ)  \n群号: [218699135](https://qm.qq.com/cgi-bin/qm/qr?k=dny0rBikAgLvvYwzKT8IOBzq70KvwEMs\u0026jump_from=webapi)  \n二维码:  \n![](https://qun.qq.com/qrcode/index?data=https%3A%2F%2Fqm.qq.com%2Fcgi-bin%2Fqm%2Fqr%3Fk%3Ddny0rBikAgLvvYwzKT8IOBzq70KvwEMs%26jump_from%3Dwebapi%26qr%3D1)  \n\n## 参考 \n- [element](https://github.com/ElemeFE/element)  \n- [ele-next](https://github.com/a631807682/ele-next)\n- [element-plus](https://github.com/element-plus/element-plus)\n\n## lisence\nMIT","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkscript%2Fzero","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkscript%2Fzero","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkscript%2Fzero/lists"}