# mendix-pluggable-widget-input-number **Repository Path**: engalar/mendix-pluggable-widget-input-number ## Basic Information - **Project Name**: mendix-pluggable-widget-input-number - **Description**: InputNumber https://ant.design/components/input-number/#components-input-number-demo-formatter - **Primary Language**: TypeScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-01-17 - **Last Updated**: 2024-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 ```