{"id":19592568,"url":"https://github.com/lqsong/midway-react-ssr","last_synced_at":"2025-04-27T14:33:46.629Z","repository":{"id":105340797,"uuid":"530580731","full_name":"lqsong/midway-react-ssr","owner":"lqsong","description":"基于Midway、React 18 构建的 SSR 框架，简单、易学易用、方便扩展，您一直想要的React SSR 框架","archived":false,"fork":false,"pushed_at":"2022-08-30T11:34:02.000Z","size":65,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-05T00:51:16.695Z","etag":null,"topics":["ant-design","antd","midway","midwayjs","react","react18","reactjs","typescript"],"latest_commit_sha":null,"homepage":"http://midway-react-ssr.liqingsong.cc/","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/lqsong.png","metadata":{"files":{"readme":"README.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-30T09:13:22.000Z","updated_at":"2024-07-22T01:48:29.000Z","dependencies_parsed_at":"2023-05-18T09:00:20.291Z","dependency_job_id":null,"html_url":"https://github.com/lqsong/midway-react-ssr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lqsong%2Fmidway-react-ssr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lqsong%2Fmidway-react-ssr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lqsong%2Fmidway-react-ssr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lqsong%2Fmidway-react-ssr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lqsong","download_url":"https://codeload.github.com/lqsong/midway-react-ssr/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251154769,"owners_count":21544558,"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":["ant-design","antd","midway","midwayjs","react","react18","reactjs","typescript"],"created_at":"2024-11-11T08:36:09.369Z","updated_at":"2025-04-27T14:33:46.609Z","avatar_url":"https://github.com/lqsong.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# midway-react-ssr\n\n\n## 使用文档\n\n - [http://midway-react-ssr.liqingsong.cc/](http://midway-react-ssr.liqingsong.cc/)\n - [Github](https://github.com/lqsong/midway-react-ssr)\n - [Gitee](https://gitee.com/lqsong/midway-react-ssr)\n\n## 后台前端解决方案列表\n\n - admin-element-vue（[GitHub](https://github.com/lqsong/admin-element-vue)、[Gitee](https://gitee.com/lqsong/admin-element-vue)）\n - admin-antd-vue（[GitHub](https://github.com/lqsong/admin-antd-vue)、[Gitee](https://gitee.com/lqsong/admin-antd-vue)）\n - admin-antd-react（[GitHub](https://github.com/lqsong/admin-antd-react)、[Gitee](https://gitee.com/lqsong/admin-antd-react)）\n - electron-admin-element-vue（[GitHub](https://github.com/lqsong/electron-admin-element-vue)、[Gitee](https://gitee.com/lqsong/electron-admin-element-vue)）\n - electron-admin-antd-vue（[GitHub](https://github.com/lqsong/electron-admin-antd-vue)、[Gitee](https://gitee.com/lqsong/electron-admin-antd-vue)）\n - electron-admin-antd-react（[GitHub](https://github.com/lqsong/electron-admin-antd-react)、[Gitee](https://gitee.com/lqsong/electron-admin-antd-react)）\n - admin-vue3-micro-qiankun（[GitHub](https://github.com/lqsong/admin-vue3-micro-qiankun)、[Gitee](https://gitee.com/lqsong/admin-vue3-micro-qiankun)）\n\n## 前台前端SSR解决方案列表\n\n - midway-vue3-ssr（[GitHub](https://github.com/lqsong/midway-vue3-ssr)、[Gitee](https://gitee.com/lqsong/midway-vue3-ssr)）\n - midway-react-ssr（[GitHub](https://github.com/lqsong/midway-react-ssr)、[Gitee](https://gitee.com/lqsong/midway-react-ssr)）\n\n\n## 快速入门\n\n\u003e 请使用 pnpm , **[pnpm的安装与使用](http://liqingsong.cc/article/detail/26)** 。\n\n### 本地开发\n\n```bash\n$ pnpm i\n$ pnpm dev\n$ open http://localhost:8002/\n```\n\n\u003e 推荐使用 pm2 部署 , **[PM2安装与常用命令](http://liqingsong.cc/article/detail/3)** 。\n\n### 部署\n\n```bash\n$ pnpm i # 安装开发期依赖\n$ pnpm build # 构建项目\n$ pnpm prune --production  # 移除开发依赖\n$ pnpm start # 启动项目，对应的 pm2 命令为: NODE_ENV=production pm2 start ./bootstrap.js --name midway_vue3_ssr -i 4\n```\n\n## 捐赠\n\n如果你觉得这个项目帮助到了你，请帮助点击 Star，你也可以请作者喝咖啡表示鼓励.\n\n**ALIPAY**             |  **WECHAT**\n:-------------------------:|:-------------------------:\n![Alipay](http://uploads.liqingsong.cc/20210430/f62d2436-8d92-407d-977f-35f1e4b891fc.png)  |  ![Wechat](http://uploads.liqingsong.cc/20210430/3e24efa9-8e79-4606-9bd9-8215ce1235ac.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flqsong%2Fmidway-react-ssr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flqsong%2Fmidway-react-ssr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flqsong%2Fmidway-react-ssr/lists"}