@mashroom/mashroom-demo-webapp

2.6.0 • Public • Published

Mashroom Demo Webapp

Plugin for Mashroom Server, a Microfrontend Integration Platform.

This a simple demo Express webapp which can be developed and run standalone, but also be integrated into Mashroom Server on an arbitrary (configurable) path.

Usage

If node_modules/@mashroom is configured as plugin path just add @mashroom/mashroom-demo-webapp as dependency.

After that the webapp will be available at /demo/webapp

You can change the path by overriding it in your Mashroom config file like this:

{
  "plugins": {
        "Mashroom Demo Webapp": {
            "path": '/my/path'
        }
    }
}

/@mashroom/mashroom-demo-webapp/

    Package Sidebar

    Install

    npm i @mashroom/mashroom-demo-webapp

    Weekly Downloads

    5

    Version

    2.6.0

    License

    MIT

    Unpacked Size

    4.5 kB

    Total Files

    6

    Last publish

    Collaborators

    • jkofler