Skip to content

Saveriu/vue-microfrontends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

POC of VueJS Microfrontend (SystemJS, Vuetify)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages