{"id":24770312,"url":"https://github.com/ziyi2/micro-framework","last_synced_at":"2025-10-29T05:49:34.089Z","repository":{"id":98890293,"uuid":"527966325","full_name":"ziyi2/micro-framework","owner":"ziyi2","description":"微前端框架示例","archived":false,"fork":false,"pushed_at":"2025-01-14T01:29:17.000Z","size":8230,"stargazers_count":34,"open_issues_count":2,"forks_count":17,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-22T02:51:25.493Z","etag":null,"topics":["framework","javascript","micro-frontend","micro-frontends","micro-frontends-demo"],"latest_commit_sha":null,"homepage":"https://ziyi2.github.io/micro-framework/","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/ziyi2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"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":"2022-08-23T11:48:59.000Z","updated_at":"2025-09-26T07:54:30.000Z","dependencies_parsed_at":"2023-10-11T15:34:10.313Z","dependency_job_id":"5787bb3c-3613-45d1-ad36-c0a26cee6435","html_url":"https://github.com/ziyi2/micro-framework","commit_stats":{"total_commits":29,"total_committers":1,"mean_commits":29.0,"dds":0.0,"last_synced_commit":"24f56d5787cd76b36757c67dfc761dadbba98c76"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ziyi2/micro-framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziyi2%2Fmicro-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziyi2%2Fmicro-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziyi2%2Fmicro-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziyi2%2Fmicro-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ziyi2","download_url":"https://codeload.github.com/ziyi2/micro-framework/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziyi2%2Fmicro-framework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281570052,"owners_count":26523792,"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","status":"online","status_checked_at":"2025-10-29T02:00:06.901Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["framework","javascript","micro-frontend","micro-frontends","micro-frontends-demo"],"created_at":"2025-01-29T03:37:10.098Z","updated_at":"2025-10-29T05:49:34.052Z","avatar_url":"https://github.com/ziyi2.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Micro Framework\n\n\u003cp align=\"left\"\u003e\n  \u003c!-- https://github.com/OWNER/REPOSITORY/actions/workflows/WORKFLOW-FILE/badge.svg --\u003e\n  \u003ca href=\"https://github.com/ziyi2/micro-framework/actions/workflows/ci.yml\"\u003e\u003cimg src=\"https://github.com/ziyi2/micro-framework/actions/workflows/ci.yml/badge.svg\" alt=\"CI Status\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/ziyi2/micro-framework/actions/workflows/cd.yml\"\u003e\u003cimg src=\"https://github.com/ziyi2/micro-framework/actions/workflows/cd.yml/badge.svg\" alt=\"CD Status\"\u003e\u003c/a\u003e\n  \u003ca href='https://coveralls.io/github/ziyi2/micro-framework?branch=master'\u003e\u003cimg src='https://coveralls.io/repos/github/ziyi2/micro-framework/badge.svg?branch=master' alt='Coverage Status' /\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/ziyi-micro-framework\"\u003e\u003cimg alt=\"npm\" src=\"https://img.shields.io/npm/v/ziyi-micro-framework\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nMicro Framework 是[《深入浅出微前端》](https://juejin.cn/book/7258893482318626868)小册衍生出来的一个微前端示例框架。\n\n## 特性\n\n- 基于 single-spa 进行封装\n- 基于 iframe 进行隔离设计\n- 提供 Loader 的扩展机制\n- ...\n\n## 安装\n\n``` bash\n# CommonJS 库包安装\nnpm i ziyi-micro-framework --save\n\n# ES Module 库包安装\nnpm i ziyi-micro-framework-es -save\n```\n\n## 使用\n\n暂无使用方法，正在设计中...\n\n## 贡献指南\n\n如果该微前端框架代码存在优化空间，希望大家可以指正。可以通过提 [Issues](https://github.com/ziyi2/micro-framework/issues) 的形式告知，也可以通过 Pull Request 的形式提交指正代码，作者会对代码进行 Review，如果通过会合并大家的代码，也可能告诉大家为什么不能接受这样的修改，并最终关闭它。\n\n在提交一个 Pull Request 之前，请确保你按照以下的步骤来做：\n\n- Fork 仓库\n- 创建分支进行修改\n- 使用 Angular 规范的提交说明\n- 更新源码的同时更新相应的 VuePress 说明文档\n- 确保代码通过 CI 流程\n\n## 许可协议\n\n[MIT](https://opensource.org/license/mit/)\n\nCopyright (c) 2023-present ziyi\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziyi2%2Fmicro-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fziyi2%2Fmicro-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziyi2%2Fmicro-framework/lists"}