Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 456 Bytes

File metadata and controls

24 lines (16 loc) · 456 Bytes

vue3-demo-federation-with-vite

This project is a mix of webpack-federation and vite-federation

vite-side

vite as a packaging tool, host uses vite, remote uses webpack project

weboack-side

webpack as a packaging tool, host using webpack, remote uses vite project

how to run

cd vue3-demo-federation-with-vite
pnpm install
pnpm build
pnpm serve

vite: http://localhost:5000/
webpack: http://localhost:5001/