Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 289 Bytes

readme.md

File metadata and controls

17 lines (11 loc) · 289 Bytes

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