{"id":23714134,"url":"https://github.com/jd-opensource/taro-ui","last_synced_at":"2025-05-14T07:08:23.070Z","repository":{"id":37734742,"uuid":"139435578","full_name":"jd-opensource/taro-ui","owner":"jd-opensource","description":"一款基于 Taro 框架开发的多端 UI 组件库","archived":false,"fork":false,"pushed_at":"2024-08-29T06:55:20.000Z","size":28640,"stargazers_count":4642,"open_issues_count":561,"forks_count":747,"subscribers_count":93,"default_branch":"next","last_synced_at":"2025-05-11T12:01:57.604Z","etag":null,"topics":["javascript","nervjs","react","taro","taro-compontent","ui-design","ui-kit","wechat-mini-program","wechat-weapp","wxapp"],"latest_commit_sha":null,"homepage":"https://taro-ui.taro.zone","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/jd-opensource.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.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":"2018-07-02T11:41:33.000Z","updated_at":"2025-05-10T09:17:45.000Z","dependencies_parsed_at":"2024-04-02T13:42:16.052Z","dependency_job_id":"0ba42f6d-c370-40eb-866a-5ba5732d03ea","html_url":"https://github.com/jd-opensource/taro-ui","commit_stats":{"total_commits":1568,"total_committers":101,"mean_commits":"15.524752475247524","dds":0.7417091836734694,"last_synced_commit":"2da93bb661fa6fdec5d85347de4a4c54dbd6f0de"},"previous_names":["jd-opensource/taro-ui","nervjs/taro-ui"],"tags_count":78,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jd-opensource%2Ftaro-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jd-opensource%2Ftaro-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jd-opensource%2Ftaro-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jd-opensource%2Ftaro-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jd-opensource","download_url":"https://codeload.github.com/jd-opensource/taro-ui/tar.gz/refs/heads/next","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253645577,"owners_count":21941329,"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":["javascript","nervjs","react","taro","taro-compontent","ui-design","ui-kit","wechat-mini-program","wechat-weapp","wxapp"],"created_at":"2024-12-30T20:09:54.252Z","updated_at":"2025-05-14T07:08:23.041Z","avatar_url":"https://github.com/jd-opensource.png","language":"TypeScript","readme":"# Taro UI\n\n[![NPM][npm-version-image]][npm-version-url] [![NPM Downloads][npm-downloads-image]][npm-downloads-url] [![david-dm][david-dm-image]][david-dm-url] [![License][license-image]][license-url]\n\n一款基于 `Taro` 框架开发的多端 UI 组件库\n\n## 特性\n\n- 基于 `Taro` 开发 UI 组件\n- 一套组件可以在 `微信小程序`，`支付宝小程序`，`百度小程序`，`H5`，`ReactNative` 多端适配运行\n- 提供友好的 API，可灵活的使用组件 \n\n## 关于 Taro\n\nTaro 是由 [凹凸实验室](https://aotu.io) 倾力打造的多端开发解决方案。现如今市面上端的形态多种多样，Web、ReactNative、微信小程序等各种端大行其道，当业务要求同时在不同的端都要求有所表现的时候，针对不同的端去编写多套代码的成本显然非常高，这时候只编写一套代码就能够适配到多端的能力就显得极为需要。\n\n使用 Taro，我们可以只书写一套代码，再通过 Taro 的编译工具，将源代码分别编译出可以在不同端（微信小程序、H5、RN等）运行的代码。\n\n## 体验\n\n请使用微信扫一扫以下体验码\n\n![QRCode](https://user-images.githubusercontent.com/1240899/46650700-25a4e600-cbd0-11e8-90ff-905edb39c340.jpg)\n\n## 相关链接\n\n- [Taro UI 使用文档](https://taro-ui.taro.zone)\n- [Taro UI 官方示例](https://github.com/NervJS/taro-ui-demo)\n- [Taro](https://taro.jd.com/)\n- [Taro 物料市场](https://taro-ext.jd.com)\n- [Taro 论坛 Taro-UI 板块](https://taro-club.jd.com/category/11/taro-ui)\n\n## 安装\n\n### 2.x\n当 Taro 版本 \u003c 3 时，使用 2.x 版本\n\n```bash\n$ npm install taro-ui@2.3.4\n```\n\n### 3.x\n当 Taro 版本 ≥ 3 时，使用 3.x 版本\n\n```bash\n$ npm install taro-ui@latest\n```\n\n## 使用\n\n在代码中 `import` 需要的组件并按照文档说明使用\n\n```js\nimport { AtButton } from 'taro-ui'\n```\n\n## 开发交流\n\n[官方微信交流群](https://github.com/NervJS/taro-ui/issues/16)\n\n## 开发计划\n\n[开发计划](./PLANS.md)\n\n## 路线图\n\n![Roadmap][roadmap-image]\n\n## 贡献\n\n如果你在使用 `Taro UI` 时遇到问题，或者有好的建议，欢迎给我们提 `Issue` 或 `Pull Request`。在开始之前，请阅读 [贡献指南](https://github.com/NervJS/taro-ui/blob/master/.github/CONTRIBUTING.md)\n\n## License\n\nMIT\n\n[npm-version-image]: https://img.shields.io/npm/v/taro-ui.svg?style=flat-square\n[npm-version-url]: https://www.npmjs.com/package/taro-ui\n[npm-downloads-image]: https://img.shields.io/npm/dm/taro-ui?style=flat-square\n[npm-downloads-url]: https://www.npmjs.com/package/taro-ui\n[david-dm-image]: https://david-dm.org/NervJS/taro-ui.svg?style=flat-square\n[david-dm-url]: https://david-dm.org/NervJS/taro-ui\n[license-image]: https://img.shields.io/github/license/NervJS/taro-ui?style=flat-square\n[license-url]: https://github.com/NervJS/taro-ui/blob/master/LICENSE\n[roadmap-image]: ./docs/assets/taro-ui-roadmap.svg\n","funding_links":[],"categories":["前端开发框架及项目","TypeScript"],"sub_categories":["多工具库支持或纯JS"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjd-opensource%2Ftaro-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjd-opensource%2Ftaro-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjd-opensource%2Ftaro-ui/lists"}