Arquetipo Microfrontend Angular

OSS confluence documentation

Your Microfrontend is not here

The @bci/fe-oss-ng-base-mf microfrontend is running in "integrated" mode, since standalone-single-spa-webpack-plugin is disabled. This means that it does not work as a standalone application without changing configuration.

How do I develop this microfrontend?

To develop this microfrontend, try the following steps: For further information about "integrated" mode, see the following links:

If you prefer Standalone mode

To run this microfrontend in "standalone" mode, the standalone-single-spa-webpack-plugin must not be disabled. In some cases, this is done by running npm run start:standalone. Alternatively, you can add --env standalone to your package.json start script if you are using webpack-config-single-spa. If neither of those work for you, see more details about enabling standalone mode at Standalone Plugin Documentation.