# FrontendMain **Repository Path**: NetAxeClub/frontend-man ## Basic Information - **Project Name**: FrontendMain - **Description**: NetAxe项目微前端主应用 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: feature-auth - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2023-05-10 - **Last Updated**: 2025-08-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README docker build -t web_main:v1 . docker run -p 8880:80 -d web_main:v1