https://github.com/crabnebula-dev/tauri-plugin-module-federation
https://github.com/crabnebula-dev/tauri-plugin-module-federation
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crabnebula-dev/tauri-plugin-module-federation
- Owner: crabnebula-dev
- License: apache-2.0
- Created: 2024-07-10T11:39:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-23T09:47:22.000Z (over 1 year ago)
- Last Synced: 2025-06-14T13:03:40.438Z (about 1 year ago)
- Language: JavaScript
- Size: 894 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE-2.0
Awesome Lists containing this project
README
# tauri-plugin-module-federation
A Tauri plugin and [Federation Runtime](https://module-federation.io/guide/basic/runtime.html) plugin that cache remote modules for offline use.
The Federation Runtime plugin rewrites remote module requests to use the `module-federation://` URI scheme, which is then handled by the Tauri plugin.
Files loaded over this URI scheme are cached for serving when fetching from the network fails.