# ice **Repository Path**: shifeipython/ice ## Basic Information - **Project Name**: ice - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-07 - **Last Updated**: 2024-12-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ice.js

Downloads Version GitHub license PRs Welcome Gitter Leaderboard Open with OpenSumi

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 ` is available in npm 6+ Start local server to launch project: ```bash $ 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](/.github/CONTRIBUTING.md) ## Contributors Contributors can contact us to join the Contributor Group. ## Community - [Issues](https://github.com/alibaba/ice/issues) - [Gitter](https://gitter.im/alibaba/ice) ## LICENSE [MIT](https://github.com/alibaba/ice/blob/master/LICENSE)