{"id":13447348,"url":"https://github.com/alibaba/ice","last_synced_at":"2025-05-12T22:29:33.680Z","repository":{"id":37336589,"uuid":"72717562","full_name":"alibaba/ice","owner":"alibaba","description":"🚀 ice.js: The Progressive App Framework Based On React（基于 React 的渐进式应用框架）","archived":false,"fork":false,"pushed_at":"2025-05-12T08:51:33.000Z","size":148012,"stargazers_count":18518,"open_issues_count":357,"forks_count":2123,"subscribers_count":440,"default_branch":"master","last_synced_at":"2025-05-12T18:55:08.597Z","etag":null,"topics":["framework","icejs","microfrontends","mpa","nodejs","react","react-router","serverless","spa","ssr","typescript","vite","webpack"],"latest_commit_sha":null,"homepage":"https://ice.work","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/alibaba.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/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,"zenodo":null}},"created_at":"2016-11-03T06:59:15.000Z","updated_at":"2025-05-09T09:14:13.000Z","dependencies_parsed_at":"2023-10-12T12:10:18.411Z","dependency_job_id":"d8c4ca59-059e-4846-8ca7-1a81b68f4112","html_url":"https://github.com/alibaba/ice","commit_stats":{"total_commits":2801,"total_committers":78,"mean_commits":35.91025641025641,"dds":0.6433416636915388,"last_synced_commit":"cd2b97e11c56ec25cfde43939b1142c25fcf4bb1"},"previous_names":[],"tags_count":411,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alibaba%2Fice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alibaba%2Fice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alibaba%2Fice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alibaba%2Fice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alibaba","download_url":"https://codeload.github.com/alibaba/ice/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253832877,"owners_count":21971329,"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":["framework","icejs","microfrontends","mpa","nodejs","react","react-router","serverless","spa","ssr","typescript","vite","webpack"],"created_at":"2024-07-31T05:01:15.078Z","updated_at":"2025-05-12T22:29:33.657Z","avatar_url":"https://github.com/alibaba.png","language":"TypeScript","readme":"# ice.js\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/ice.js\"\u003e\u003cimg src=\"https://badgen.net/npm/dm/ice.js\" alt=\"Downloads\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@ice/app\"\u003e\u003cimg src=\"https://badgen.net/npm/v/@ice/app\" alt=\"Version\"\u003e\u003c/a\u003e\n  \u003ca href=\"/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\" alt=\"GitHub license\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/alibaba/ice/pulls\"\u003e\u003cimg src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg\" alt=\"PRs Welcome\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://gitter.im/alibaba/ice\"\u003e\u003cimg src=\"https://badges.gitter.im/alibaba/ice.svg\" alt=\"Gitter\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://opensource.alibaba.com/contribution_leaderboard/details?projectValue=ice\"\u003e\u003cimg src=\"https://img.shields.io/badge/ICE-Check%20Your%20Contribution-orange\" alt=\"Leaderboard\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://opensumi.run/ide/alibaba/ice\"\u003e\u003cimg src=\"https://custom-icon-badges.demolab.com/badge/opensumi-run-blue.svg?logo=opensumi\" alt=\"Open with OpenSumi\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nA universal framework based on React.js, [📚 Docs](https://ice.work/).\n\n## Features\n\n- 🐒 **Zero Config**: Out of the box support for ES6+, TypeScript, Less, Sass, CSS Modules，etc\n- 🐯 **Practice**: Practice about file-system routing, state Management, request, etc\n- 🦁 **Hybrid**: pre-render pages at build time (SSG) or request time (SSR) for default\n- 🐌 **Plugin system**: The plugin system provides rich features and allow the community to build reusable solutions\n- 🐂 **Multi-End**: Support both web, miniapp and Weex\n\n## Quick start\n\nWe recommend creating a new ice.js app using create-ice, which sets up everything automatically for you. To create a project, run:\n\n```bash\n$ npm init ice ice-app --template @ice/lite-scaffold\n```\n\n`npm init \u003cinitializer\u003e` is available in npm 6+\n\nStart local server to launch project:\n\n```bash\n$ cd ice-app\n$ npm install\n$ npm run start # running on http://localhost:3000.\n```\n\nIt's as simple as that!\n\n## Contributing\n\nPlease see our [CONTRIBUTING.md](/.github/CONTRIBUTING.md)\n\n## Contributors\n\nContributors can contact us to join the Contributor Group.\n\n \u003ca href=\"https://github.com/alibaba/ice/graphs/contributors\"\u003e\u003cimg src=\"https://alibaba.github.io/ice/ice.png\" /\u003e\u003c/a\u003e\n\n## Community\n\n- [Issues](https://github.com/alibaba/ice/issues)\n- [Gitter](https://gitter.im/alibaba/ice)\n\n## LICENSE\n\n[MIT](https://github.com/alibaba/ice/blob/master/LICENSE)\n","funding_links":[],"categories":["JavaScript","Uncategorized","TypeScript","目录","前端开发框架及项目","1. 前端UI框架(Frameworks)","Projects List"],"sub_categories":["Uncategorized","框架、库和组件","其他_文本生成、文本对话","\u003ca id=\"cli\"\u003e脚手架\u003c/a\u003e"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falibaba%2Fice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falibaba%2Fice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falibaba%2Fice/lists"}