An open API service indexing awesome lists of open source software.

https://github.com/freeeez/vue-vite-mfa-example

This repo demonstrates how to make micro-frontend architecture on Vue 2.7 + Vite 4.x
https://github.com/freeeez/vue-vite-mfa-example

module-federation vite vue

Last synced: 2 months ago
JSON representation

This repo demonstrates how to make micro-frontend architecture on Vue 2.7 + Vite 4.x

Awesome Lists containing this project

README

          

# Vue 2.7 + Vite 4.5.9 + MFA

## Scheme
![MFA Scheme](./docs/MFA.png)

## Getting started

From main directory execute:
- `npm run install:deps`
- `npm run preview` (run all apps in one terminal)
- `npm run dev:microservice1` or `npm run preview:microservice1`
- `npm run dev:microservice2` or `npm run preview:microservice2`
- `npm run dev:host-app` or `npm run preview:host-app` (in a different terminal)

Open your browser at http://localhost:4173/