https://github.com/waldronmatt/dynamic-module-federation-assets
Assets used for dynamic MF repos.
https://github.com/waldronmatt/dynamic-module-federation-assets
dynamic javascript microfrontend module-federation webpack
Last synced: about 1 month ago
JSON representation
Assets used for dynamic MF repos.
- Host: GitHub
- URL: https://github.com/waldronmatt/dynamic-module-federation-assets
- Owner: waldronmatt
- License: mit
- Created: 2021-05-29T17:07:55.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-01T01:05:36.000Z (over 4 years ago)
- Last Synced: 2024-12-31T11:57:25.049Z (over 1 year ago)
- Topics: dynamic, javascript, microfrontend, module-federation, webpack
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dynamic Module Federation Assets
Assets used by dynamic module federation repositories.
## Usage
**`index.html`**
```js
```
## Getting Started
See [Tutorial - A Guide to Module Federation for Enterprise](https://dev.to/waldronmatt/tutorial-a-guide-to-module-federation-for-enterprise-n5) for more information and to learn how this repository works.
## Files
### dist/map.config.json
A JSON object containing a global reference of host and remote `entrypoint` URLs.
### dist/bootstrap.entries.js
A pre-build script that serves local and remote `entrypoints` dynamically at runtime.
**Note**: `src/bootstrap.entries.js` is an un-minified, non-transpiled version with comments.
## License
MIT