{"id":13880986,"url":"https://github.com/open-hand/choerodon-ui","last_synced_at":"2025-04-13T04:57:07.112Z","repository":{"id":36951361,"uuid":"133894816","full_name":"open-hand/choerodon-ui","owner":"open-hand","description":"An enterprise UI framework and react-based implementation.","archived":false,"fork":false,"pushed_at":"2025-04-09T08:32:18.000Z","size":620434,"stargazers_count":319,"open_issues_count":18,"forks_count":142,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-13T04:56:41.264Z","etag":null,"topics":["ant","choerodon","css","es6","html","javascript","react","webpack"],"latest_commit_sha":null,"homepage":"http://choerodon.io","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/open-hand.png","metadata":{"files":{"readme":"README-zh_CN.md","changelog":"CHANGELOG.en-US.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.txt","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-18T02:52:20.000Z","updated_at":"2025-04-09T08:32:23.000Z","dependencies_parsed_at":"2023-02-19T05:31:28.314Z","dependency_job_id":"49c96e61-ea86-403b-96f3-e2870c5137e9","html_url":"https://github.com/open-hand/choerodon-ui","commit_stats":{"total_commits":3272,"total_committers":39,"mean_commits":83.8974358974359,"dds":0.6754278728606358,"last_synced_commit":"d01b579cd1ea145757aac897ca02fdb9b8e45e7e"},"previous_names":[],"tags_count":155,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-hand%2Fchoerodon-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-hand%2Fchoerodon-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-hand%2Fchoerodon-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-hand%2Fchoerodon-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-hand","download_url":"https://codeload.github.com/open-hand/choerodon-ui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248665762,"owners_count":21142123,"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":["ant","choerodon","css","es6","html","javascript","react","webpack"],"created_at":"2024-08-06T08:03:44.243Z","updated_at":"2025-04-13T04:57:07.090Z","avatar_url":"https://github.com/open-hand.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Choerodon UI\n\n一套企业级的 UI 设计语言和 React 实现。\n\n[README in English](README.md)\n\n## 特性\n\n- 提炼自企业级中后台产品的交互语言和视觉风格。\n- 开箱即用的高质量 React 组件。\n- 使用 TypeScript 构建，提供完整的类型定义文件。\n- 全链路开发和设计工具体系。\n\n## 支持环境\n\n- 现代浏览器和 IE9 及以上。\n- 支持服务端渲染。\n- [Electron](http://electron.atom.io/)\n\n## 安装\n\n```bash\nnpm install choerodon-ui --save\n```\n\n## 示例\n\n```jsx\nimport { DatePicker } from 'choerodon-ui';\nimport { Table } from 'choerodon-ui/pro';\nReactDOM.render(\u003c\u003e\u003cDatePicker /\u003e\u003cTable /\u003e\u003c\u003e, mountNode);\n```\n\n引入样式：\n\n```jsx\nimport 'choerodon-ui/dist/choerodon-ui.css'; // or 'choerodon-ui/dist/choerodon-ui.less'\nimport 'choerodon-ui/dist/choerodon-ui-pro.css'; // or 'choerodon-ui/dist/choerodon-ui-pro.less'\n```\n\n你也可以[按需加载组件](https://open-hand.github.io/choerodon-ui/zh/docs/other/introduce#%E6%8C%89%E9%9C%80%E5%8A%A0%E8%BD%BD)。\n\n\n## 国际化\n\n参考 [国际化文档](https://open-hand.github.io/choerodon-ui/zh/docs/other/i18n)。\n\n## 链接\n\n- [首页]\n- [组件库](https://open-hand.github.io/choerodon-ui/)\n- [更新日志](CHANGELOG.en-US.md)\n- [脚手架市场](http://scaffold.ant.design)\n- [React 底层基础组件](http://react-component.github.io/)\n- [定制主题](https://open-hand.github.io/choerodon-ui/docs/react/customize-theme-cn)\n\n## 本地开发\n\n```bash\n$ git clone https://github.com/open-hand/choerodon-ui.git\n$ cd choerodon-ui\n$ npm install\n$ npm start\n```\n\n## 部署\n\n```bash\n$ npm run deploy\n```\n\n## 发布\n\n```bash\n$ npm run pub\n```\n\n打开浏览器访问 http://127.0.0.1:8001 ，更多本地开发文档参见: https://open-hand.github.io/choerodon-ui/zh/tutorials/introduction 。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-hand%2Fchoerodon-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopen-hand%2Fchoerodon-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-hand%2Fchoerodon-ui/lists"}