Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.09 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.09 KB

Quasar Module Federation

Notes

Proof of concept to use Quasar and vue-cli with webpack 5 module federation

  • Tested some concepts on federation like:
    • shared quasar package
      • layout
      • notification plugin
    • component injected from module
    • page injected from module
    • menu injected from module
    • route injected from module
    • i18n messages injected from module
    • debug host and module

I couldn't use quasar-cli with webpack 5 module federation - maybe because we can't use main.js bootstrap; I tried to force load remoteEntry.js on head tag but it doesn't work.

I tried to use vite with federation plugin. It worked but it is very difficult to move ahead because we can't develop on debug mode - It only works on build.

How to see and debug