Skip to content

POC de MicroFrontends através de ModuleFederation do Webpack e aplicações javascript nativa (sem frameworks)

Notifications You must be signed in to change notification settings

VictorMagalhaesSales/poc-webpack-microfrontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Micro Frontend PoC with Webpack & Javascript(without frameworks)

We are using the webpack feature called Module Federation to make micro frontends. To make it possible, we are configuring the ModuleFederationPlugin plugin in the webpack.config file of each application:

🔸 Running

To run this host application and MFEs you need to first install dependencies for all of them:

npm run install:all

Then you can run the host application and the two MFEs to be loaded:

npm run serve
npm run serve:first-mfe
npm run serve:second-mfe

🔸 Once the host application has started:



🔸 Downloading the MFEs:



🔸 Showing the mfes:

About

POC de MicroFrontends através de ModuleFederation do Webpack e aplicações javascript nativa (sem frameworks)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published