# mobile_stack **Repository Path**: mzhai/mobile_stack ## Basic Information - **Project Name**: mobile_stack - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-13 - **Last Updated**: 2021-01-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MobileStack 移动端流程表单生成 ## Feature

支持Widget拖拽✔︎

支持Widget位置修改✔︎

支持父子Widget嵌套

支持可视化Widget属性编辑

支持删除Widget

支持Widget添加事件

支持动画效果

属性面板

画布面板大小自定义与自适应布局

支持Form

支持自定义流程

## Environment Prepare #### PLEASE USE YARN !! Install `node_modules`: ```bash yarn ``` or ```bash yarn ``` ### Start project ```bash yarn start ``` ### Build project ```bash yarn build ``` ### Check code style ```bash yarn lint ``` You can also use script to auto fix some lint error: ```bash yarn lint:fix ``` ### Test code ```bash yarn test ```