# Repository: alibaba/ice # Stars: 18633 ## README.md # ice.js
A universal framework based on React.js, [๐ Docs](https://ice.work/). ## 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: ```bash $ npm init ice ice-app --template @ice/lite-scaffold ``` `npm init