You can test directly the libraries by using the playground application:
host
application:
npx nx run playground:serve
remote
application:
npx nx run mfe1:serve --port 3001
By using that approach you can test your modifications on the libraries.
Test Library on external repositoryIf you want to test the modifications directly on your application, you can follow the steps:
npx nx run local-registry
For Module federation:
For Native federation:
This will first build
the libraries and publish
them to http://localhost:4873
install
on the other repo with you favorite package manager.By default, the version from the package.json
will be used. However, you can provide the version for a specific library by using:
npx nx run native-federation:publish-local -- --ver=17.0.8Publish Libraries
Follow these steps to publish all libraries on npm
:
build
the libraries and publish
them to npm registry
.By default, the version from the package.json
will be used and the tag will be next
. However, you can provide the version and the tag for a specific library by using:
npx nx run native-federation:publish -- --ver=17.0.8 --tag=latest
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4