npm run build 生产模式下构建前端组件最终产物

npm run start 开发模式下编译产生的文件
源代码目录
样式文件目录
组件包声明文件
组件接口声明文件,声明文件用于mendix studio或者mendix studio pro中此组件的属性对话需要最终开发者指定,如下图

mendix studio或者mendix studio pro 中Structure mode显示内容

mendix studio pro 中Design mode显示的内容(mendix studio没有Design mode)
组件主入口,在此处完成 mendix api 的数据提取和事件分发。
此目录下的 react 组件不应该含有 mendix api,也就是说隔离 mendix。它们理论上应该和 mendix 没有任务关系。
@mendix/pluggable-widgets-tools根据src/{widgetName}.xml生成的 typescript typing 文件