openc3-cosmos-tool-dataextractor 5.6.1 → 5.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bf82ecc1afe55fe36073ccd28a337ce0397d411c6ff3b6f95fda275ea901fdc6
4
- data.tar.gz: 4af77251d9a805ea480bb43159fc17d60c0c3df4987c3c2e144fe02309530b38
3
+ metadata.gz: c5ba6c0bae7ed2c71f534b4049cbb6eb3ad63814614adeb1e589f9f6159330b7
4
+ data.tar.gz: ec838edd57743fd168aedc96dba1d334dad93613dd02982464df7a9a6ba05b3f
5
5
  SHA512:
6
- metadata.gz: 50b57cc7f0163c0757c378015152a9c03db38c81afc900a9ca22adf0f257cbb8b24fa094bb7c32233d10ec930836d27889239e61b2438b410ea3951578727ebf
7
- data.tar.gz: 8e0031229899df65cc877bc7266258b47f4da14acbbde23e664e3e483ba6c0c77326fbd1b64013e340d81bd473a34479e207bbcbba8c12bd31f241d980dacd3a
6
+ metadata.gz: 35d5ed5708628e4f760f75f48626935e61954a885f1c58acd0d2009bcf22592e4b9c868efeb8171bc78902b5147a2550341df6da689e38a5c1a6d896089cdeb1
7
+ data.tar.gz: 60143d2793f64830a3428d221ae554517921c4b10e4ffdd898d28a841a17fbae379f88e89d7ae2d8f9460e2ab7791b73e9745ae76c5ff25cd76c1539c8a8d4bb
@@ -1 +1,4 @@
1
- <!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Vue App</title><script defer="defer" src="/tools/dataextractor/js/app.js"></script></head><body><div id="app"></div></body></html>
1
+ <!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Vue App</title><main><h1>Your Microfrontend is not here</h1><p>The @openc3/cosmos-tool-dataextractor 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.</p><h2>How do I develop this microfrontend?</h2><p>To develop this microfrontend, try the following steps:</p><ol><li>Copy the following URL to your clipboard: <a target="_blank" rel="noopener" id="mf-url"></a></li><li>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.</li><li>In the browser console, run <code>localStorage.setItem('devtools', true);</code> Refresh the page.</li><li>A yellowish rectangle should appear at the bottom right of your screen. Click on it. Find the name @openc3/cosmos-tool-dataextractor and click on it. If it is not present, click on Add New Module.</li><li>Paste the URL above into the input that appears. Refresh the page.</li><li>Congrats, your local code is now being used!</li></ol><p></p><p>For further information about "integrated" mode, see the following links:</p><ul><li><a target="_blank" rel="noopener" href="https://single-spa.js.org/docs/recommended-setup#local-development">Local Development Overview</a></li><li><a target="_blank" rel="noopener" href="https://github.com/joeldenning/import-map-overrides">Import Map Overrides Documentation</a></li></ul><p></p><h2>If you prefer Standalone mode</h2><p>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 <code>npm run start:standalone</code>. Alternatively, you can add <code>--env standalone</code> to your package.json start script if you are using webpack-config-single-spa.</p>If neither of those work for you, see more details about enabling standalone mode at <a target="_blank" rel="noopener" href="https://github.com/single-spa/standalone-single-spa-webpack-plugin">Standalone Plugin Documentation</a>.<p></p><script>const mfLink = document.getElementById('mf-url');
2
+ const fullSrc = new URL('/tools/dataextractor//tools/dataextractor/js/app.js', window.location.href);
3
+ mfLink.href = fullSrc;
4
+ mfLink.textContent = fullSrc;</script></main></head><body><div id="app"></div></body></html>