{"id":13602576,"url":"https://github.com/cmux/koot","last_synced_at":"2025-04-13T04:06:52.989Z","repository":{"id":45570537,"uuid":"91558806","full_name":"cmux/koot","owner":"cmux","description":"Koot是基于React和Koa的WEB全栈技术解决方案。","archived":false,"fork":false,"pushed_at":"2024-07-26T12:35:54.000Z","size":17046,"stargazers_count":67,"open_issues_count":62,"forks_count":13,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-13T04:06:03.772Z","etag":null,"topics":["i18n","isomorphic","koa","react","redux","ssr"],"latest_commit_sha":null,"homepage":"https://koot.js.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cmux.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"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":"2017-05-17T09:27:45.000Z","updated_at":"2024-05-17T02:39:45.000Z","dependencies_parsed_at":"2024-01-16T22:21:32.801Z","dependency_job_id":"aa890938-a3c7-4eab-aa59-b93dc180c425","html_url":"https://github.com/cmux/koot","commit_stats":{"total_commits":2342,"total_committers":14,"mean_commits":"167.28571428571428","dds":"0.23953885567890687","last_synced_commit":"152872aa43e083f4113954a5a34f758b9354ceea"},"previous_names":["cmux/super","websage-team/super-project"],"tags_count":939,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmux%2Fkoot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmux%2Fkoot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmux%2Fkoot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmux%2Fkoot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmux","download_url":"https://codeload.github.com/cmux/koot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248661705,"owners_count":21141450,"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":["i18n","isomorphic","koa","react","redux","ssr"],"created_at":"2024-08-01T18:01:29.841Z","updated_at":"2025-04-13T04:06:52.958Z","avatar_url":"https://github.com/cmux.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003c!-- # Koot  --\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://koot.js.org\"\u003e\n        \u003cimg alt=\"koot\" src=\"./docs/assets/logo.png\" width=\"300\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003e\n    Koot.js\n\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e\n    基于 \u003ca href=\"https://facebook.github.io/react\"\u003eReact\u003c/a\u003e 和 \u003ca href=\"https://koa.bootcss.com/\"\u003eKoa\u003c/a\u003e 的完整前端技术解决方案。\n\u003cbr /\u003e\u003cbr/\u003e\n\u003cstrong\u003eSSR\u003c/strong\u003e：快速载入；SEO\n\u003cbr /\u003e\n\u003cstrong\u003e易于开发\u003c/strong\u003e：一套代码输出多端；零配置支持热更新、TS\n\u003cbr /\u003e\n\u003cstrong\u003e功能丰富\u003c/strong\u003e：多语言；按需载入；PWA；CSS 命名空间\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://www.npmjs.com/package/koot\"\u003e\n        \u003cimg src=\"https://img.shields.io/npm/v/koot.svg?style=flat-square\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://www.npmjs.com/package/koot\"\u003e\n        \u003cimg src=\"https://img.shields.io/npm/dm/koot.svg?style=flat-square\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://travis-ci.org/cmux/koot\"\u003e\n        \u003cimg src=\"https://img.shields.io/travis/cmux/koot/master.svg?style=flat-square\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://lernajs.io/\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n## 快速使用\n\n1. 初始化项目\n\n```bash\n\u003e npx koot-cli\n```\n\n2. 运行开发环境\n\n```bash\n\u003e cd [项目名] \u0026\u0026 npm run dev\n```\n\n## 文档\n\n**[查阅文档](https://koot.js.org)**\n\n## 开源许可\n\n_Koot.js_ 使用 _Apache 2.0_ 开源许可证\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg)](https://opensource.org/licenses/Apache-2.0)\n\n---\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://www.cmcm.com\"\u003e\n        \u003cimg alt=\"Cheetah Mobile\" src=\"./docs/assets/logos/cm.png\" width=\"150\" height=\"75\" style=\"vertical-align:middle;object-fit:contain\"\u003e\n    \u003c/a\u003e\n    \u0026nbsp;\n    \u003ca href=\"https://www.photogrid.app/\"\u003e\n        \u003cimg alt=\"PhotoGrid\" src=\"./docs/assets/logos/photogrid.png\" width=\"150\" height=\"75\" style=\"vertical-align:middle;object-fit:contain\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmux%2Fkoot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmux%2Fkoot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmux%2Fkoot/lists"}