Coexisting Vue Microfrontends

screenshot of Coexisting Vue Microfrontends

A repo showing separate vue apps coexisting as microfrontends with single-spa

Overview:

The Vue Microfrontends example repository demonstrates how to have multiple Vue microfrontends coexist within a single page using single-spa. This repository showcases a starter-kit for developers looking to implement microfrontends architecture. It allows for the inclusion of other frameworks like React and Angular as additional microfrontends.

Features:

  • Coexisting Vue Microfrontends: Shows how multiple Vue microfrontends can live together on a single page.
  • Single-SPA Integration: Utilizes single-spa to enable seamless integration of microfrontends.
  • Local Development: Provides instructions for local development where only one microfrontend is run at a time.

Summary:

The Vue Microfrontends example repository offers a practical demonstration of how multiple Vue microfrontends can coexist within a single page. By utilizing single-spa, developers can integrate microfrontends seamlessly and even include other frameworks like React and Angular. Local development guidelines ensure an efficient developer experience while working on individual microfrontends.