# wujie-custom-elements-test **Repository Path**: Y9698/wujie-custom-elements-test ## Basic Information - **Project Name**: wujie-custom-elements-test - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-15 - **Last Updated**: 2024-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### wujie微前端框架测试 #### 测试主应用main是否能正常加载子应用app1,app1包含自定义元素 ### 开发 ```bash # 子应用 cd app1 && npm install && npm run build && npm run start # 主应用 cd main && npm install && npm run build && npm run start ```