{"id":23105331,"url":"https://github.com/faurewu/zoro","last_synced_at":"2025-08-16T16:33:13.132Z","repository":{"id":32610325,"uuid":"137473375","full_name":"FaureWu/zoro","owner":"FaureWu","description":"A Simple Redux Framework, For Weapp, React App and Other.","archived":false,"fork":false,"pushed_at":"2023-01-03T19:58:23.000Z","size":3385,"stargazers_count":91,"open_issues_count":19,"forks_count":14,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-15T13:16:50.705Z","etag":null,"topics":["react","react-redux","redux","taro","weapp","wepy","zoro"],"latest_commit_sha":null,"homepage":"https://faurewu.github.io/zoro/","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/FaureWu.png","metadata":{"files":{"readme":"README-V1.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-15T10:14:44.000Z","updated_at":"2024-08-20T11:17:27.000Z","dependencies_parsed_at":"2023-01-14T21:43:36.650Z","dependency_job_id":null,"html_url":"https://github.com/FaureWu/zoro","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FaureWu%2Fzoro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FaureWu%2Fzoro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FaureWu%2Fzoro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FaureWu%2Fzoro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FaureWu","download_url":"https://codeload.github.com/FaureWu/zoro/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230045728,"owners_count":18164343,"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":["react","react-redux","redux","taro","weapp","wepy","zoro"],"created_at":"2024-12-17T00:49:57.743Z","updated_at":"2024-12-17T00:49:58.640Z","avatar_url":"https://github.com/FaureWu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"1.* 文档 | [2.* 文档](https://github.com/FaureWu/zoro/blob/master/README.md)\n\n# zoro\n\n[![](https://img.shields.io/npm/v/roronoa-zoro.svg?style=flat-square)](https://npmjs.org/package/roronoa-zoro)\n[![](https://img.shields.io/npm/dt/roronoa-zoro.svg?style=flat-square)](https://npmjs.org/package/roronoa-zoro)\n[![](https://img.shields.io/npm/l/roronoa-zoro.svg?style=flat-square)](https://npmjs.org/package/roronoa-zoro)\n\n基于 [redux](https://github.com/reactjs/redux)、[async/await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function)的轻量级前端框架，用于快速接入redux，省去配置redux的一堆繁琐操作\n\n\u003e 目前不支持创建多个实例\n\n---\n\n## 如何安装\n```bash\n$ npm install --save roronoa-zoro\n```\n\nor\n\n```bash\n$ yarn add roronoa-zoro\n```\n\n\u003e 微信原生小程序中引入请查看 [快速接入原生小程序文档](https://github.com/FaureWu/zoro/tree/master/doc/WEAPP.md)\n\n## 简介\n\n\u003e 个人维护项目，长期维护，目前主要使用于个人项目中\n\n* **快速入手** 仅有 6 个 [api](https://github.com/FaureWu/zoro/tree/master/doc/API.md)\n* **可扩展** 支持插件机制，可实现自定义开发插件\n* **内置插件** 框架内置多个实用插件\n* **全局错误处理** 不用一次次重复的书写错误处理代码\n\n## 文档链接\n\n* [api文档](https://github.com/FaureWu/zoro/tree/master/doc/API.md)\n* [如何开发自定义的plugin](https://github.com/FaureWu/zoro/tree/master/doc/PLUGIN.md)\n* [更新日志](https://github.com/FaureWu/zoro/tree/master/doc/CHANGELOG.md)\n\n## 插件\n* [loading plugin](https://github.com/FaureWu/zoro/tree/master/doc/LOADING-PLUGIN.md) 全局自动记录loading状态，减少重复工作\n* [extend model plugin](https://github.com/FaureWu/zoro/tree/master/doc/EXTEND-MODEL-PLUGIN.md) 扩展model，实现model公共逻辑，减少重复工作\n\n\u003e 欢迎各位开发者，提供更多的插件\n\n## 快速接入\n\n* [接入taro框架](https://github.com/FaureWu/zoro/tree/master/doc/TARO.md)\n* [接入wepy框架](https://github.com/FaureWu/zoro/tree/master/doc/WEPY.md)\n* [react-redux接入文档](https://github.com/FaureWu/zoro/tree/master/doc/REACT-REDUX.md)\n* [原生小程序接入文档](https://github.com/FaureWu/zoro/tree/master/doc/WEAPP.md)\n\n\u003e 其他框架接入暂未整理，接入方式大同小异\n\n## 模版\n\n* [iwepy](https://github.com/FaureWu/iwepy) 一套基于wepy, iview-weapp, zoro的完整的小程序开发解决方案\n\n## 开发交流\n\n请添加微信 `Faure5` 备注 `zoro` 咨询，开源不易，如果好用，欢迎star\n\n## License\n\n[MIT](https://tldrlegal.com/license/mit-license)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaurewu%2Fzoro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaurewu%2Fzoro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaurewu%2Fzoro/lists"}