MFE Deployment Modules

For integration of the microfrontends in distributions or existing applications the same process as for backend modules should be chosen.

There are three options for serving the assets:

1. Serve locally via the Tomcat server (in this case the Activator publishes it at the local location)
2. Serve from the official CDN, e.g., via esm.openmrs.org (in this case Activator does not do anything and just uses the official URL)
3. Serve from a custom URL such as a local server or some CDN (in this case the Activator shouldn't do something besides using the URL, too)