Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 766 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 766 Bytes

ModuleFd

This workspace has been generated by Nx, a Smart, fast and extensible build system.

Start host App

  • host app using remote & remote-shared do remote link

npm run federation app=host

or

npm run federation app=host remotes=remote-shared,remote

Start remote app

  • remote app use remote-shared do remote link

npm run federation app=remote

or

npm run federation app=remote remotes=remote-shared

  • app is name project host
  • remotes is remote links
  • t is target with result serve | preview, only support 'preview'