# micro-web **Repository Path**: ryui/micro-web ## Basic Information - **Project Name**: micro-web - **Description**: qiankun的微前端接入 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-08-11 - **Last Updated**: 2022-08-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #启动主应用 ``` cd main-app ``` #启动子应用 ``` cd react-test npm run start cd vue-test npm run serve ```