- 💎 支持
API
接口交互 - 🎉 支持组件间交互
- ⚡️ 支持调整位置、大小,属性编辑
兼容性
cube
由于依赖了 React@16.8.0+ 提供的 Hooks 特性,因此只支持 React 16.8.0 及以上版本。
- 通过 JSON 配置描述页面信息
- 通过配置初始化 Store
- 通过配置渲染页面
- 通过交互组件修改 Store 数据,重新渲染页面
# 克隆项目到本地
git clone git@github.com:fantasticit/cube.git
# 安装依赖
yarn
# 启动服务
yarn dev