ランキングに戻る
🚀 ice.js: The Progressive App Framework Based On React(基于 React 的渐进式应用框架)
reactreact-routertypescriptwebpackframeworkicejsssrserverlessvitenodejsspampa
主要指標
スター成長
スター
18.6k
フォーク
2.1k
週間成長
—
Issue
348
5k10k15k
2018年1月2019年6月2020年11月2022年4月2023年9月2025年2月2026年7月
成果物npm
npm install iceREADME
ice.js
A universal framework based on React.js, 📚 Docs.
Features
- 🐒 Zero Config: Out of the box support for ES6+, TypeScript, Less, Sass, CSS Modules,etc
- 🐯 Practice: Practice about file-system routing, state Management, request, etc
- 🦁 Hybrid: pre-render pages at build time (SSG) or request time (SSR) for default
- 🐌 Plugin system: The plugin system provides rich features and allow the community to build reusable solutions
- 🐂 Multi-End: Support both web, miniapp and Weex
Quick start
We recommend creating a new ice.js app using create-ice, which sets up everything automatically for you. To create a project, run:
$ npm init ice ice-app --template @ice/lite-scaffold
npm init <initializer> is available in npm 6+
Start local server to launch project:
$ cd ice-app
$ npm install
$ npm run start # running on http://localhost:3000.
It's as simple as that!
Contributing
Please see our CONTRIBUTING.md
Contributors
Contributors can contact us to join the Contributor Group.
Community
LICENSE
関連リポジトリ