Skip to content

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

Notifications You must be signed in to change notification settings

FreeeeZ/vue-vite-mfa-example

Repository files navigation

Vue 2.7 + Vite 4.5.9 + MFA

Scheme

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/

About

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

Topics

Resources

Stars

Watchers

Forks