# ice
**Repository Path**: debuggerCaofanCPU/ice
## Basic Information
- **Project Name**: ice
- **Description**: 🚀Simple and friendly front-end development system(飞冰,简单而友好的前端研发体系 )https://ice.work/
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-09-01
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[English](./README.en-US.md) | 简体中文
飞冰(ICE)
## 特性
- :fire:**可视化开发**:通过 IDE 简化前端工程复杂度,同时通过适配器可接入不同的项目工程进行可视化管理,定制专属的前端工作台
- :100:**丰富的物料**:基于物料拼装提高项目开发效率,同时提供丰富的 React/Vue 物料
- :tophat:**最佳实践**:结合丰富的经验沉淀出的项目开发最佳实践,包括目录结构、开发调试、路由配置、状态管理等
- :whale:**自定义物料**:通过物料开发者工具快速开发构建私有物料体系
更多特性请参考站点 [ice.work](https://ice.work)。
## 快速开始
```bash
npm init ice
```
`npm init ` 需要 npm 6+ 版本
## 生态
| Project | Version | Docs | Description |
|----------------|-----------------------------------------|--------------|-----------|
| [icejs] | [![icejs-status]][icejs-package] | [docs][icejs-docs] |基于 React.js 的通用框架|
| [iceworks] | [![iceworks-cli-status]][iceworks-cli-package] | [docs][iceworks-docs] |基于物料的一站式可视化开发工作台|
| [icestark] | [![icestark-status]][icestark-package] | [docs][icestark-docs] |面向大型应用的微前端解决方案|
| [icestore] | [![icestore-status]][icestore-package] | [docs][icestore-docs] |基于 React Hooks 的轻量级状态管理方案|
| [formily] | [![formily-status]][formily-package] | [docs][formily-docs] |能力完备性能出众的表单解决方案|
[icejs]: https://github.com/ice-lab/icejs
[iceworks]: https://github.com/alibaba/ice
[icestark]: https://github.com/ice-lab/icestark
[icestore]: https://github.com/ice-lab/icestore
[formily]: https://github.com/alibaba/formily
[icejs-status]: https://img.shields.io/npm/v/ice.js.svg
[iceworks-cli-status]: https://img.shields.io/npm/v/iceworks.svg
[icestark-status]: https://img.shields.io/npm/v/@ice/stark.svg
[icestore-status]: https://img.shields.io/npm/v/@ice/store.svg
[formily-status]: https://img.shields.io/npm/v/@formily/react.svg
[icejs-package]: https://npmjs.com/package/ice.js
[iceworks-cli-package]: https://npmjs.com/package/iceworks
[icestark-package]: https://npmjs.com/package/@ice/stark
[icestore-package]: https://npmjs.com/package/@ice/store
[formily-package]: https://npmjs.com/package/@formily/react
[icejs-docs]: https://ice.work/docs/guide/intro
[iceworks-docs]: https://ice.work/docs/iceworks/about
[icestark-docs]: https://ice.work/docs/icestark/guide/about
[icestore-docs]: https://github.com/ice-lab/icestore#icestore
[formily-docs]: https://formilyjs.org/
## 贡献代码
参考文档 [CONTRIBUTING.md](/.github/CONTRIBUTING.md)
## 社区
| 钉钉群 | GitHub issues | Gitter |
|-------------------------------------|--------------|---------|
|
| [issues] | [gitter]|
[issues]: https://github.com/alibaba/ice/issues
[gitter]: https://gitter.im/alibaba/ice
## License
[MIT](/LICENSE)