Skip to content

zj9495/module-federation-examples-vue-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Module Federation example for vue-cli

a.k.a Vue 2.

  • Consumer: the main app, shell, root module.
  • Core: the components that are used.
  • Other: another app of importedinside consumer

Running

  • Run
    • yarn serve
  • Build
    • yarn build
  • Run builded app
    • yarn start

The project has bootstrap.js files as well as shared: option at vue config. It means you can import any uikit or other libraries you want and share then between the micro frontends.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published