DEV Community

Discussion on: 3 tips for scaling large Vue.js application

Collapse
 
mikejones7 profile image
MikeJones7

Hi Max, great post!
We're looking at splitting our monolithic vue app into micro-frontends as you suggets in tip #2. Do you know of any example public projects where this has been done? We're trying to figure out the best way to go about it.

The micro services need access to shared interfaces, i18n, route guards/filters and a number of other assets. We also want each micro service to be a seperate git repo. Do you have any recommendations on how to achieve this?

Many thanks!