Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/microportal/vue-microportal

Microfrontend example using single-spa and vuejs
https://github.com/microportal/vue-microportal

demo microfrontend quasar quasar-framework single-spa single-spa-vue vue-router vuejs vuex

Last synced: 3 days ago
JSON representation

Microfrontend example using single-spa and vuejs

Awesome Lists containing this project

README

        

# vue-microportal
Microfrontend example with vuejs and single-spa.

* node 14
* make
* docker
* docker-compose

# Usage

Execute the commands below inside all folders:
```bash
$ nvm use
$ make bootstrap
$ make run
```

# Docker

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

```bash
$ make docker-build
$ make docker-start
```

___