sujeshspavue2.salesjio.com Open in urlscan Pro
139.99.8.38  Public Scan

URL: https://sujeshspavue2.salesjio.com/
Submission: On March 02 via api from US — Scanned from US

Form analysis 0 forms found in the DOM

Text Content

YOUR MICROFRONTEND IS NOT HERE

The @mailercloud/mailercloud-vue 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:

 1. Copy the following URL to your clipboard:
    https://sujeshspavue2.salesjio.com/js/app.js
 2. In a new browser tab, go to the your single-spa web app. This is where your
    "root config" is running. You do not have to run the root config locally if
    it is already running on a deployed environment - go to the deployed
    environment directly.
 3. In the browser console, run localStorage.setItem('devtools', true); Refresh
    the page.
 4. A yellowish rectangle should appear at the bottom right of your screen.
    Click on it. Find the name @mailercloud/mailercloud-vue and click on it. If
    it is not present, click on Add New Module.
 5. Paste the URL above into the input that appears. Refresh the page.
 6. Congrats, your local code is now being used!



For further information about "integrated" mode, see the following links:

 * Local Development Overview
 * Import Map Overrides Documentation




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.