# micro-front **Repository Path**: masonjs-cn/micro-front ## Basic Information - **Project Name**: micro-front - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 微前端架构模板 ## 如何运行 > 本项目使用的端口为 `9999、10100、10200、10300、10400`,运行前请确保这几个端口的空闲。 > > 全量启动项目会比较慢(`Angular` 微应用第一次启动会很慢),需要耐心等待一会儿,适合只查看项目运行效果的童鞋。 > > 如果需要调试项目查看效果,建议手动启动主应用和所需的微应用。 本仓库基于 `qiankun` 实现微前端架构,运行命令(全量启动)如下: ```bash yarn install yarn examples:install yarn examples:start ```