@equinor/fusion-framework-module-app
v6.0.1
Published
Module for loading applications _(primary for initiators of the framework, ex a portal)_
Downloads
5,633
Keywords
Readme
Concept
Module for loading applications (primary for initiators of the framework, ex a portal)
The enabler will optionally configure the client for fetching manifests, configuration and load application entrypoint (script)
Limitations
By design this module only allows having one active application as current
[!TIP] By enabling
Widgets
(almost the same as app), multiple instances can be initiated
Usage
import { enableAppModule } from '@equinor/fusion-framework-module-app';
export const configure = async (config: FrameworkConfigurator) => {
enableAppModule(config);
};