# mendix-custom-widget-tree **Repository Path**: engalar/mendix-custom-widget-tree ## Basic Information - **Project Name**: mendix-custom-widget-tree - **Description**: No description available - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-01-11 - **Last Updated**: 2024-07-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Copy from https://github.com/mendixlabs/mendix-tree-view # 试用 ``` git clone https://gitee.com/engalar/mendix-custom-widget-tree.git --depth=1 ./dummy && cd ./dummy && git clone https://gitee.com/engalar/mendix-testproject-800.git --depth=1 ./tests/testProject && rd /s /q .\tests\testProject\.git && xcopy dummy .\tests\testProject /E /Y && start tests/testProject/testProject.mpr ``` # 开发 ``` git clone --recurse-submodules https://gitee.com/engalar/mendix-custom-widget-tree.git.&& npm run m && npm run x && npm run testProject && npm run start ```