[Vuejs]-How to import apps in another app with Vuejs

0👍

There is no silver bullet for this, but as a best practice and way to go, you should look toward micro frontend architecture with separate package per app + one infrastructure / common package.
Here is a good place to start: https://micro-frontends.org/

Leave a comment