webpack-module-federation-vue

Webpack Module Federation Example with Vue 3

Stars
3
Committers
2

Webpack Module Federation with Vue

Basic module federation setup with vue 3 and webpack 5

This repository is to experiment of Webpack 5's new Module Federation with Vue 3.

Here is the simple micro frontends architecture;

Container App — Host application. Consumes child apps.

Child App — Remote application. Expose own components.

Prerequisites

  • Node & NPM

Install

install and serve all applications.

Install Container App

Install Child App