/module-federation

Example of webpack module federation architecture

Primary LanguageJavaScript

Module Federation Example

Example of storing module remote entry url in page (not in bundle)

Run

  1. In terminal:
# in app-child directory
npm i && npm run build && npm run serve

# in app-parent directory
npm i && npm run dev
  1. In browser open http://localhost:8500