Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 189 Bytes

File metadata and controls

18 lines (14 loc) · 189 Bytes

Webpack Module Federation Demo

start

yarn install
yarn start

// 只运行 component-app
yarn start:component

// 只运行 main
yarn start:main

打包

yarn build