# micro-frontend-react-template **Repository Path**: Easy-Martin/micro-frontend-react-template ## Basic Information - **Project Name**: micro-frontend-react-template - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-18 - **Last Updated**: 2021-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 微应用 此工程为模块微应用 ### 创建微应用 ```bash yarn add lingmou-commond@latest -g npm install -g lingmou-commond@latest lingmou create-app react micro-system-manager ``` In the project directory, you can run: ### 更新微应用依赖 ```bash lingmou update-dll ``` ### 启动 ```bash npm start ``` ### 编译 ```bash npm run build ```