{"id":15033986,"url":"https://github.com/h5-dooring/dooringx","last_synced_at":"2025-05-14T15:11:26.773Z","repository":{"id":37306265,"uuid":"384142950","full_name":"H5-Dooring/dooringx","owner":"H5-Dooring","description":"快速高效搭建可视化拖拽平台","archived":false,"fork":false,"pushed_at":"2024-05-11T11:11:01.000Z","size":2100,"stargazers_count":2369,"open_issues_count":14,"forks_count":455,"subscribers_count":45,"default_branch":"main","last_synced_at":"2025-04-12T20:43:52.010Z","etag":null,"topics":["editor","low-code","lowcode","page-editor","react","typescript","visual-basic"],"latest_commit_sha":null,"homepage":"http://x.dooring.cn","language":"TypeScript","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/H5-Dooring.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":null,"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},"funding":{"github":null,"patreon":null,"open_collective":"h5-dooring","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2021-07-08T13:59:50.000Z","updated_at":"2025-04-04T01:52:44.000Z","dependencies_parsed_at":"2024-05-11T12:25:54.211Z","dependency_job_id":"6f02f7c9-a436-40be-a0b5-e31418315b06","html_url":"https://github.com/H5-Dooring/dooringx","commit_stats":{"total_commits":154,"total_committers":8,"mean_commits":19.25,"dds":0.461038961038961,"last_synced_commit":"7194f81b2bcc43661814efd42a93422a866a6f89"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H5-Dooring%2Fdooringx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H5-Dooring%2Fdooringx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H5-Dooring%2Fdooringx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H5-Dooring%2Fdooringx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/H5-Dooring","download_url":"https://codeload.github.com/H5-Dooring/dooringx/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254170059,"owners_count":22026219,"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":["editor","low-code","lowcode","page-editor","react","typescript","visual-basic"],"created_at":"2024-09-24T20:23:32.883Z","updated_at":"2025-05-14T15:11:26.757Z","avatar_url":"https://github.com/H5-Dooring.png","language":"TypeScript","funding_links":["https://opencollective.com/h5-dooring"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=center \u003e\n\u003cimg  src=\"https://img-blog.csdnimg.cn/img_convert/520863a38a93d960862f92c805bc97cc.png#pic_center\"/\u003e\n\u003c/div\u003e\n\n\u003ca href=\"https://www.npmjs.com/package/dooringx-lib\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/npm-dooringx--lib-brightgreen\" alt=\"dooringx npm package\"\u003e\n  \u003c/a\u003e\n\n\n\nThis is the repository for DooringX.\n- 💪 The Next Generation Dooring Framework\n- 🔥 Written in TypeScript\n- 🛠️ Rich Features\n- 🔩 Universal Plugin Interface\n- 🔥 website: [官网地址](http://x.dooring.cn/dooringx-org)\n- 🏠 预览 [x.dooring](http://x.dooring.cn/editor/home)\n# 简介 | Brief Intro\n\ndooringx-lib 是 dooringx 的基座，是移除了 dooringx 插件的可视化拖拽框架。\n\n\n\ndooringx-lib 提供自己的一套数据流事件机制以及弹窗等解决方案，可以让你更快地自己定制开发可视化拖拽平台。\n\n\n## 文档 | Doc\n\n\n[Read the Docs to Learn More](https://h5-dooring.github.io/dooringx/).\n\n[阅读文档了解更多信息](https://h5-dooring.github.io/dooringx/).\n\n## 二次开发安装 | Installation\n```bash\nnpm/yarn  install dooringx-lib\n```\n\n## 项目上手 | Quick Start\n\n  ```bash\n# 克隆项目\n# cnpmjs\ngit clone https://github.com.cnpmjs.org/H5-Dooring/dooringx.git\n\n# or\ngit clone https://github.com/H5-Dooring/dooringx.git\n\n\n# 进入项目目录\ncd dooringx\n\n# 安装依赖\nyarn install\n\n# 启动 dooringx-lib\nyarn start\n\n# 启动基础示例\nyarn start:example\n\n# 启动 dooringx doc 文档\nyarn start:doc\n\n  ```\n\n\n## 同步代码 | Synchronizing Code\n\n```\n# add upstream\ngit remote add upstream https://github.com/H5-Dooring/dooringx\n\n# 抓取源仓库修改 master分支\ngit fetch upstream main\n\n# 切换分支\ngit checkout main\n\n# 合并远程分支\ngit merge upstream/main\n```\n## 🤝 贡献 | Contributing\n\n欢迎参与贡献，提出问题、新功能合并请求等！\n\n最新的贡献情况可以参阅 GitHub 提供的[contributors](https://github.com/H5-Dooring/dooringx/graphs/contributors)页面\n\n### ❓ 问题 | Issue\nContributions, issues and feature requests are welcome!.\n\u003cbr /\u003eFeel free to check [issues page](https://github.com/H5-Dooring/dooringx/issues).\n\n欢迎提Issues 或者 联系qq:673632758\n\n## 持续升级 | Continuous Upgrades\n[Change Log](./CHANGELOG.md)\n\n\n## ✂️ 快照 | Screen Shots\n\n\u003cimg src=\"https://yehuozhili-1259443377.cos.ap-nanjing.myqcloud.com/xxa.jpg\"/\u003e\n\n\u003cimg src=\"https://yehuozhili-1259443377.cos.ap-nanjing.myqcloud.com/xxb.jpg\"/\u003e\n\n\n### 其他项目 | Other Projects\n\n| Project               |       Version                          | Repo                 |\n| --------------------- | ------------------------------- | -------------------- |\n| h5-Dooring | [![rc][h5-badge]][h5-Dooring]     | [[GitHub][h5-Dooring]] |\n| v6.dooring | [![rc][v6-badge]][v6.dooring]     | [[GitHub][v6.dooring]] |\n| pc-Dooring | [![rc][pc-badge]][pc-Dooring]     | [[GitHub][pc-Dooring]] |\n\n\n\n\n[h5-badge]: https://img.shields.io/badge/Dooring-h5-brightgreen.svg\n[h5-Dooring]: https://github.com/MrXujiang/h5-Dooring\n\n[v6-badge]: https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000\n[v6.dooring]: https://github.com/MrXujiang/v6.dooring.public\n\n[pc-badge]: https://img.shields.io/badge/version-1.2-blue.svg?cacheSeconds=2592000\n[pc-Dooring]: https://github.com/MrXujiang/pc-Dooring\n\n\n### DooringX视频教程 | dooringx tech\n\n| title(标题)              |       address(视频地址)                          |\n| --------------------- | ------------------------------- |\n| 前端推荐!使用这款工具,设计稿一键转化成H5页面 | [观看教程](https://www.bilibili.com/video/BV11R4y1E7at?spm_id_from=333.337.search-card.all.click)    |\n| 学会了这个低代码框架, 你就是别人眼中的技术大佬! | [观看教程](https://www.bilibili.com/video/BV1Wr4y1k7mL?spm_id_from=333.337.search-card.all.click)     |\n| [H5制作]如何轻松制作H5页面,并定制自己的低代码平台? | [观看教程](https://www.bilibili.com/video/BV1ov411g7YX?spm_id_from=333.337.search-card.all.click)     |\n| 前端推荐!使用这款工具,设计稿一键转化成H5页面 | [观看教程](https://www.bilibili.com/video/BV11R4y1E7at?spm_id_from=333.337.search-card.all.click)     |\n| H5制作】lowocde盛行, 使用这款可视化编辑器轻松帮你制作H5页面 | [观看教程](https://www.bilibili.com/video/BV1q3411i79j?spm_id_from=333.337.search-card.all.click)     |\n\n\n###  团队介绍 | Team \n\n- [徐小夕 | 产品负责](https://github.com/MrXujiang)\n- [yehuozhili | 技术负责](https://github.com/yehuozhili)\n  - [XiaoZhaoxiaaa | 技术](https://github.com/XiaoZhaoxiaaa)\n  - [GeekQiaQia | 技术](https://github.com/GeekQiaQia)\n  - [RalapChen | 技术](https://github.com/RalapChen)\n  - [taozhi1010 | 技术](https://github.com/taozhi1010)\n- [47℃ | 设计/交互]()\n- [大风吹 | 后台管理产品]()\n\n### 技术交流 | Technical Communication\n\n\u003ca href=\"https://user-images.githubusercontent.com/12525636/143815456-9d056876-2a0b-4564-8372-1cfca76b690e.png\" target=\"_blank\"\u003e\u003cimg src=\"https://user-images.githubusercontent.com/12525636/143815456-9d056876-2a0b-4564-8372-1cfca76b690e.png\" width=260 /\u003edooringx-lib技术交流与反馈\u003c/a\u003e\n\n\n\n\n## License\n\nMIT\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh5-dooring%2Fdooringx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fh5-dooring%2Fdooringx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh5-dooring%2Fdooringx/lists"}