# lerna-multiple-react **Repository Path**: suntiiny/lerna-multiple-react ## Basic Information - **Project Name**: lerna-multiple-react - **Description**: Use lerna to manage multiple programs - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-19 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Lerna 管理多项目 ### st-components 的实时编译和项目的实时更新 当 st-components 内容更新时,`father` 通过 `watch` 可以实时编译,项目可以获取最新的内容。 实验后,可以实时更新的项目: - 自定义的 webpack - CRA 项目 - UMI 项目--待完成