Demo of 2 Vue applications / Micro Frontends composed on the server-side by Podium
Podium docs: https://podium-lib.io
Vue CLI docs: https://cli.vuejs.org/guide/creating-a-project.html
- Clone this repository
- In root folder run command "npm install"
- In root folder run command "npm run installAll"
- In root folder run command "npm start"
- Open up your favorite browser and head to http://localhost:7000
A single page loads 2 Vue Micro Frontends...
They communicate through a pubsub event bus (courtesy of the Podium framework).