/podium-vue-example

Demo of 2 Vue applications / Micro Frontends composed on the server-side by Podium

Primary LanguageJavaScriptMIT LicenseMIT

Server-side composed VueJS micro frontends with Podium

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

How to start

  1. Clone this repository
  2. In root folder run command "npm install"
  3. In root folder run command "npm run installAll"
  4. In root folder run command "npm start"
  5. Open up your favorite browser and head to http://localhost:7000

What is in this repo

A single page loads 2 Vue Micro Frontends...
They communicate through a pubsub event bus (courtesy of the Podium framework).