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: about 1 year ago
JSON representation
Microfrontend example using single-spa and vuejs
- Host: GitHub
- URL: https://github.com/microportal/vue-microportal
- Owner: microportal
- License: mit
- Created: 2020-06-17T03:33:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T02:10:26.000Z (over 3 years ago)
- Last Synced: 2025-04-08T15:49:44.883Z (over 1 year ago)
- Topics: demo, microfrontend, quasar, quasar-framework, single-spa, single-spa-vue, vue-router, vuejs, vuex
- Language: Vue
- Homepage:
- Size: 12.1 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 111
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```
___