Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mfe demos using webpack module federation

License

Rynxiao/mfe-demo

Repository files navigation

MFE Webpack Module Federation Demo

Hwo to run

Clone the repository

git clone https://github.com/Rynxiao/mfe-demo.git

Goto each apps and install dependencies

# container app
cd apps/container
npm install
npm run serve

# posts app
cd apps/posts
npm install
npm run serve

# albums app
cd apps/albums
npm install
npm run serve

Open the browser and visit the container app

# container app
http://localhost:8080

# posts app
http://localhost:8081

# albums app
http://localhost:8082

Local Preview

npm run deploy:local
http://localhost:4200

About

mfe demos using webpack module federation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published