All Projects → MinJieLiu → micro-app

MinJieLiu / micro-app

Licence: MIT License
极致简单、灵活、灵活和组件化的微应用解决方案

Programming Languages

typescript
32286 projects

micro-app

NPM version Downloads Minified size Gzip size

English | 中文

simplestflexible and componentized micro frontend solutions

Setup

pnpm i @micro-web/app

Usage

<MicroApp
  className="micro-app"
  entry="//localhost:3002/src/main.tsx"
  fallback={<Spinner />}
  forwardProps={{ history }}
/>

or

<MicroApp
  className="micro-app"
  entry="()=>import('your-sub-app')"
  fallback={<Spinner />}
  forwardProps={{ history }}
/>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].