Skip to content

jlameira/micro-frontends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

single-spa-portal-with-store

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.

How to run this project

  1. Clone this project
  2. Jump into each app folder and do:
    • npm install
    • npm run watch:portal
  3. Then start the portal with:
    • npm install
    • npm run watch
  4. Open up http://localhost:9000 in a web browser.

Based

this example is based on simple-single-spa-webpack-example

About

Single Spa Portal Using Store

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors