- Install docker
- Run
docker-compose up
- Go to: http://localhost:3000/home/index
With the help of a rails helper using assets manifest.json.
To load a microfront:
<%= load_manifest_resources("http://assetsserver:8080/vue-app/dist/manifest.json") %>
<div id="app"></div>
Each front-end can communicate with the help of PubSubJs.
To pass data from the rails controller/database to each front-end.
Data from the 'features' database table.
Used to activate/disactivate features in the front-end without touching anything in rails (kind of feature flags).