Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 371 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 371 Bytes

vue-micro-frontend

POC of integrating a VueJS app as Lib into another

Build app1 and app2 as lib The UMD files will be automaticly copied into the /public folder of the main app to be serve by the dev server of the main app.

cd app1
npm run lib
cd ../app2
npm run lib

Run the main app

cd ../main
npm run serve