Skip to content

microportal/vue-microportal

Repository files navigation

vue-microportal

Microfrontend example with vuejs and single-spa.

  • node 14
  • make
  • docker
  • docker-compose

Usage

Execute the commands below inside all folders:

$ nvm use
$ make bootstrap
$ make run

Docker

If you prefer, use docker to start all the projects, run these commands:

$ make docker-build
$ make docker-start