Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 368 Bytes

File metadata and controls

29 lines (22 loc) · 368 Bytes

Vue3 + vite + micro frontend

Project setup

  1. Installing dependencies:
yarn install
  1. Build dev-wrapper package
yarn run build-dev-wrapper
  1. Launch host application
yarn run dev-host
  1. Build of remote applications
yarn run build-remotes

5Launch remote applications

yarn run serve-remotes