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
- Host: GitHub
- URL: https://github.com/freeeez/vue-vite-mfa-example
- Owner: FreeeeZ
- Created: 2025-03-04T09:44:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-18T15:59:27.000Z (over 1 year ago)
- Last Synced: 2025-06-07T03:03:25.240Z (about 1 year ago)
- Topics: module-federation, vite, vue
- Language: Vue
- Homepage:
- Size: 265 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue 2.7 + Vite 4.5.9 + MFA
## Scheme

## 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/