This project was created with the objective of integrating several App in a single SPA page, having communication through a store in the case of Angular and React using (REDUX) and Vue using (VUEX) all centralized in a globalEvent.
It is important to note that the communication of redux with vuex is not yet implemented just the reverse.
- Clone this project
- Jump into each app folder and do:
npm installnpm run watch:portal
- Then start the portal with:
npm installnpm run watch
- Open up http://localhost:9000 in a web browser.
this example is based on simple-single-spa-webpack-example