Web Microfrontend (Web MFE)

Web MFE is a UI component that can be reused between multiple applications. If you want to test it here, check the Standalone section

How to use

The artifact may have different ways to be used based on the app that you want to launch it, for that, follow this Documentation first.

You can request your Web MFE here:

Based on that, you can create this entry inside your importmap, where the assetReference is equal to your package.json, like:

{
  "imports": {
    "@softfax/scribble-mfe": ""
  }
}

Standalone mode

This mode launch your Microfrontend as a standalone app, which means that there is no external dependency being injected by the environment. For that, you need to mock all of your external dependencies to make it work properly. Check the example inside/demo/root.component.tsx