nx-dynamic-mf v4.2.2
nx-dynamic-mf
Nx helper for ng-dynamic-mf
Motivation š„
This plugin provides a way to conviniently use the ng-dynamic-mf library in Nx workspaces.
Features š„
ā
Start up the whole workspace with a single command (nx construct)
ā
Supports multiple modules.<name>.json files in the workspace
ā
Supports serving and building of apps (auto detection based on modules.<name>.json)
ā
Supports --watch flag for building apps
More features including generators and more to come...
Built With š§
Getting Started š
Install
pnpm
pnpm install -D nx-dynamic-mfnpm
npm install -D nx-dynamic-mfyarn
yarn add -D nx-dynamic-mfAdd to Workspace
Add a new target to your host app:
{
"targets": {
"construct": {
"builder": "nx-dynamic-mf:construct",
"options": {
"modulesFolder": "src/modules"
}
}
}
}Try it out
nx constructAdditional Options
Use a different modules.<name>.json file:
nx construct -m exampleThis will use the modules.example.json file instead of the default modules.default.json file.
Watch certain projects for changes and rebuild them:
Watch all builds:
nx construct --watchWatch certain builds:
nx construct --watch proj1or
nx construct --watch proj1 --watch proj2or
nx construct --watch proj1,proj2Contributing š§š»āš»
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
License š
Distributed under the MIT License. See LICENSE.txt for more information.
Contact š§
Janik Schumacher - @LoaderB0T - linkedin
Project Link: https://github.com/LoaderB0T/ng-dynamic-module-federation
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago