{"id":13446839,"url":"https://github.com/ninecat-ui/ninecat-ui","last_synced_at":"2025-03-21T16:32:57.127Z","repository":{"id":34985168,"uuid":"188701085","full_name":"ninecat-ui/ninecat-ui","owner":"ninecat-ui","description":"A Light Vue 3.0 Web UI Framework build with JavaScript and Typescript.","archived":false,"fork":false,"pushed_at":"2024-03-26T15:36:19.000Z","size":4600,"stargazers_count":433,"open_issues_count":4,"forks_count":40,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-04-27T20:20:44.240Z","etag":null,"topics":["components","javascript","typescript","vue","vue-component","vue-ui","vue-ui-components","vue3"],"latest_commit_sha":null,"homepage":"https://ninecat-ui.github.io","language":"Vue","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/ninecat-ui.png","metadata":{"files":{"readme":"README-zh_CN.md","changelog":null,"contributing":".github/CONTRIBUTING.en-US.md","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":"2019-05-26T15:35:34.000Z","updated_at":"2024-06-21T17:52:15.599Z","dependencies_parsed_at":"2024-01-18T15:57:49.902Z","dependency_job_id":"4301ae0a-2f57-43be-87dc-4c5ea98914cd","html_url":"https://github.com/ninecat-ui/ninecat-ui","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ninecat-ui%2Fninecat-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ninecat-ui%2Fninecat-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ninecat-ui%2Fninecat-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ninecat-ui%2Fninecat-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ninecat-ui","download_url":"https://codeload.github.com/ninecat-ui/ninecat-ui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244829638,"owners_count":20517349,"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","javascript","typescript","vue","vue-component","vue-ui","vue-ui-components","vue3"],"created_at":"2024-07-31T05:01:01.247Z","updated_at":"2025-03-21T16:32:56.455Z","avatar_url":"https://github.com/ninecat-ui.png","language":"Vue","funding_links":[],"categories":["HTML","Vue"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://ninecat-ui.github.io\"\u003e\n    \u003cimg width=\"161\" height=\"125\" src=\"https://upload-images.jianshu.io/upload_images/8108267-b9d5a9dea5e57a79.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eninecat-ui\u003c/h1\u003e\n\n\u003ch3 align=\"center\"\u003e一个清爽的Vue 3.0 UI Web框架\u003c/h3\u003e\n\n\n\n\u003cdiv align=\"center\"\u003e\n\n[![Build Status](https://travis-ci.com/ninecat-ui/ninecat-ui.svg?branch=master)](https://travis-ci.com/ninecat-ui/ninecat-ui)\n[![codecov](https://codecov.io/gh/ninecat-ui/ninecat-ui/branch/master/graph/badge.svg)](https://codecov.io/gh/ninecat-ui/ninecat-ui)\n![MIT](https://img.shields.io/badge/license-MIT-000000.svg)\n![webpack](https://img.shields.io/badge/webpack-5-blue.svg)\n![vue](https://img.shields.io/badge/vue-3.0.2-green.svg)\n\n\u003c/div\u003e\n\n\n\u003cimg style=\"height:100%;width:100%\" src=\"https://github.com/ninecat-ui/ninecat-ui/blob/master/static/Screenshot_zh_new.png?raw=true\"/\u003e\n\n\n简体中文 | [English](./README.md)\n\n\n## 📦 安装\n通过npm\n\n```bash\nnpm install ninecat-ui --S\n```\n通过yarn\n\n```bash\nyarn add ninecat-ui\n```\n\n## 🔨 快速开始\n\n```javascript\nimport { createApp } from 'vue'\nimport App from './App.vue'\nimport ninecat from 'ninecat-ui'\n\nconst app = createApp(App);\napp\n  .use(ninecat)\n  .mount('#app')\n\n```\n\n## 🖥 浏览器支持\n\n现代浏览器\n\n| \u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png\" alt=\"IE / Edge\" width=\"24px\" height=\"24px\" /\u003e\u003c/br\u003eEdge | \u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png\" alt=\"Firefox\" width=\"24px\" height=\"24px\" /\u003e\u003c/br\u003eFirefox | \u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png\" alt=\"Chrome\" width=\"24px\" height=\"24px\" /\u003e \u003c/br\u003eChrome | \u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png\" alt=\"Safari\" width=\"24px\" height=\"24px\" /\u003e\u003c/br\u003eSafari |\n------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| \u003e=14                                                                                                                                                  | \u003e= 45                                                                                                                                                         | \u003e=49                                                                                                                                                       | \u003e=10                                                                                                                                                      |\n\n## 🔗 链接\n\n- [主页](https://ninecat-ui.github.io)\n- [贡献指南](./.github/CONTRIBUTING.zh-CN.md)\n\n## ⌨️ 开发\n\n本地Clone\n\n```bash\n$ git clone https://github.com/ninecat-ui/ninecat-ui.git\n$ cd ninecat-ui\n$ yarn install\n$ yarn start\n```\n\n现在正在用VUE3重构组件，需要帮助，和我一下啊！\n\n## ✅ Todo List\n\n- [x] 自定义文档目录结构\n- [x] 在线预览UI组件\n- [x] 集成Travis CI实现自动化构建\n- [x] 集成Codecov展示测试覆盖率\n- [x] 自动构建发布文档 \n- [x] 自动通过git tag 发布npm\n- [x] 完成组件单元测试\n- [x] 集成Docsearch\n- [x] 支持JSX语法开发\n- [ ] 基本组件开发完善（进行中）\n- [ ] 集成codepen完成在线编辑代码\n- [ ] 自定义主题色\n- [ ] 国际化\n- [x] Typescript 和 JavaScript混合开发\n\n## 🤝加入讨论群\n\n用[QQ](https://im.qq.com/) 扫描下方二维码加入群聊\n\n\u003cimg alter=\"Discussion Group\" src=\"https://github.com/ninecat-ui/ninecat-ui/blob/master/static/share.JPG?raw=true\" width=\"250px\" \u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fninecat-ui%2Fninecat-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fninecat-ui%2Fninecat-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fninecat-ui%2Fninecat-ui/lists"}