{"id":19751166,"url":"https://github.com/mipengine/iframe-shell","last_synced_at":"2025-09-02T14:38:49.776Z","repository":{"id":152222269,"uuid":"131246658","full_name":"mipengine/iframe-shell","owner":"mipengine","description":"iframe loader for mip","archived":false,"fork":false,"pushed_at":"2018-10-11T11:16:24.000Z","size":118,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-01-10T21:32:50.898Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/mipengine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2018-04-27T04:46:18.000Z","updated_at":"2018-10-11T11:16:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"df647d24-57fc-4803-9a1d-da7b6e176bd2","html_url":"https://github.com/mipengine/iframe-shell","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mipengine%2Fiframe-shell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mipengine%2Fiframe-shell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mipengine%2Fiframe-shell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mipengine%2Fiframe-shell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mipengine","download_url":"https://codeload.github.com/mipengine/iframe-shell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241080834,"owners_count":19906356,"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":[],"created_at":"2024-11-12T02:42:42.867Z","updated_at":"2025-02-28T00:49:20.325Z","avatar_url":"https://github.com/mipengine.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iframe-shell\n\n## 文件结构\n\n```\n├── README.md\n├── build                               # 构建目录\n│   ├── doc                             # 存放构建的文档页面\n│   ├── packed                          # 存放打包后的文件\n│   │   ├── iframe-shell.js\n│   │   └── iframe-shell.min.js\n│   ├── report\n│   │   └── coverage                    # 覆盖率报告\n│   ├── src                             # 编译后的源码文件\n│   └── test                            # 编译后的测试文件\n├── dist                                # 发布的 js 文件\n│   ├── iframe-shell.js\n│   └── iframe-shell.min.js\n├── examples                            # 示例文件\n│   ├── html5                           # 使用 html5 加载\n│   └── sfapp                           # 使用 superframe service 加载\n├── fis-conf.js                         # fis 配置\n├── jsdoc.conf.json                     # jsdoc 配置\n├── karma.conf.js                       # karma 自动测试配置\n├── package.json                        # 开发与编译依赖\n├── src                                 # 源码目录\n│   ├── loader.js\n│   ├── messenger.js\n│   ├── utils\n│   │   ├── debounce.js\n│   │   ├── event.js\n│   │   ├── extend.js\n│   │   └── promise.js\n│   └── viewer.js\n├── test                                # 测试目录\n└── tutorials                           # 使用指引\n```\n\n## 如何构建和开发\n\n### 获取构建后文件\n\n```bash\nnpm install\nnpm run release # 在 dist 中获取编译结果\n```\n\n### 运行测试、生成覆盖率报告\n\n```bash\nnpm run test\nnpm run test-coverage\nnpm run test-reports\n```\n\n### 开发\n\n```bash\nnpm run dev\nnpm run server\nnpm run test-watch\n```\n\n## 获取文档\n\n```bash\nnpm run doc\nopen ./build/doc/index.html\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmipengine%2Fiframe-shell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmipengine%2Fiframe-shell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmipengine%2Fiframe-shell/lists"}