Skip to content

Example of webpack module federation architecture

Notifications You must be signed in to change notification settings

krutoo/module-federation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example of webpack module federation architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published