/vue-microfrontend-container

Container for microfrontend project

Primary LanguageVue

MicroFrontend Project - Container

Project based on the article Micro frontends written by Cam Jackson.

Projects

Container

First MicroFrontend

Second MicroFrontend

Project setup

  1. Install 'http-server' globally: yarn global add http-server
  2. Download each project.
  3. Init each MicroFrontend server (First and Second) with yarn serve It will run a server in the defined port with cors mode.
  4. Init the container project with yarn serve
  5. Open the MicroFrontend Project served at http://localhost:8080/ by default, and navigate throught the sidebar menu.