# federation **Repository Path**: chenggeek/federation ## Basic Information - **Project Name**: federation - **Description**: qiankun + vite + federation + vue3 + typescript + pinia + react 实现的微应用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-03-03 - **Last Updated**: 2025-09-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # qiankun + federation + 微应用间通讯(initGlobalState + setGlobalState + onGlobalStateChange) + +vite + vue3 + typescript + mitt(频繁通信) + pinia + 资源共享 shared + 跨域 test # 1. 运行主应用 container ``` npm run install npm run dev ``` # 2. 运行基座应用 (base-app) ``` npm run install npm run build npm run dev ``` test # 3. 运行子应用 (vue-app) ``` npm run install npm run dev ```