Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/microportal/vue-microportal
- Owner: microportal
- License: mit
- Created: 2020-06-17T03:33:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T02:10:26.000Z (almost 2 years ago)
- Last Synced: 2024-05-27T12:22:57.747Z (6 months 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: 2
- Forks: 1
- 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
```___