# mendix-custom-widget-template **Repository Path**: engalar/mendix-custom-widget-template ## Basic Information - **Project Name**: mendix-custom-widget-template - **Description**: https://docs.mendix.com/howto8/extensibility/widget-development - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-12-30 - **Last Updated**: 2024-06-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 重命名 [参考](https://github.com/engalar/mendix-custom-widget-radar/commit/07fd0dfb69b781c0b31cdb5502678304c954383c) # 试用 ``` git clone https://gitee.com/engalar/mendix-custom-widget-template.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-template.git.&& npm run m && npm run x && npm run testProject && npm run start ```