Simple project to show an implementation of Micro Frontends (official web-site) with React and Vue micro-apps which shared the same store.
- single-spa is a framework for bringing together multiple JavaScript microfrontends in a frontend application on the same page without refreshing the page.
- single-spa-react for React app.
- single-spa-vue for Vue app.
- Project configured with Webpack.
- Builds with Travis CI.
- Published on Git Pages.
In the project directory, you can run:
Builds the app for production.
Builds the app for development.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.