# mendix-pluggable-widget-scheduler **Repository Path**: engalar/mendix-pluggable-widget-scheduler ## Basic Information - **Project Name**: mendix-pluggable-widget-scheduler - **Description**: wrap https://github.com/engalar/react-scheduler - **Primary Language**: TypeScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-18 - **Last Updated**: 2024-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![](img/snap.png) # mendix 前端组件开发模板库 # 创建脚手架 ```cmd curl https://gitee.com/engalar/mendix-pluggable-widget-template/raw/master/script/new_pw.bat -o temp && type temp | more /p > new_pw.bat && del /f temp && call new_pw.bat ``` # 试用 ```cmd curl https://gitee.com/engalar/mendix-pluggable-widget-template/raw/master/script/try_pw.bat -o temp2 && type temp2 | more /p > try_pw.bat && del /f temp2 && call try_pw.bat ```