Skip to content

Micro Frontend Shell with Vite, serving Vue, React and Angular components

Notifications You must be signed in to change notification settings

mairouche/mfe-news-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Micro Frontend with Vite

This repository is linked to this article MFE. The host/ folder contains the Micro Frontend Shell with Vite Vanilla. The apps/ folder contains the microfrotends modules (angular is not working at this stage but will be added in a later commit).

To start the application, follow the steps.

Step 1 : Build the Vue Header micro frontend

cd apps/header
npm install
npm run build

Step 2 : Build the React Trending micro frontend

cd apps/trending
npm install
npm run build

Step 3 : Build and run the Shell

cd host
npm install
npm run dev

Finally, you"ll be able to see our micro frontend overall application on http://localhost:3000/

About

Micro Frontend Shell with Vite, serving Vue, React and Angular components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published