4.2.1 ā€¢ Published 1 month ago

nx-dynamic-mf v4.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

npm Sonar Quality Gate bundle size

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

npm

npm install -D nx-dynamic-mf

yarn

yarn add -D nx-dynamic-mf

Add 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 construct

Additional Options

Use a different modules.<name>.json file:

  nx construct -m example

This 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 --watch

Watch certain builds:

  nx construct --watch proj1

or

  nx construct --watch proj1 --watch proj2

or

  nx construct --watch proj1,proj2

Contributing šŸ§‘šŸ»ā€šŸ’»

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. 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

4.2.1

1 month ago

4.2.0

1 month ago

4.2.0-pre1

1 month ago

4.2.0-pre2

1 month ago

4.2.0-pre3

1 month ago

4.2.0-pre4

1 month ago

4.2.0-pre5

1 month ago

4.1.0

1 month ago

4.1.1

1 month ago

4.0.0

1 month ago

4.0.0-pre6

1 month ago

4.0.0-pre5

1 month ago

4.0.0-pre4

3 months ago

4.0.0-pre2

3 months ago

4.0.0-pre3

3 months ago

4.0.0-pre1

4 months ago

3.0.0-pre29

10 months ago

3.0.0-pre27

10 months ago

3.0.0-pre28

10 months ago

3.0.0-pre25

10 months ago

3.0.0-pre26

10 months ago

3.0.0-pre23

10 months ago

3.0.0-pre24

10 months ago

3.0.0-pre21

10 months ago

3.0.0-pre22

10 months ago

3.0.0-pre20

10 months ago

3.0.4

9 months ago

3.0.0-pre1

10 months ago

3.0.3

9 months ago

3.0.0-pre2

10 months ago

3.0.2

9 months ago

3.0.0-pre3

10 months ago

3.0.1

9 months ago

3.0.0-pre4

10 months ago

3.0.7

9 months ago

3.0.6

9 months ago

3.0.5

9 months ago

3.0.0-pre9

10 months ago

3.0.0

9 months ago

3.0.0-pre5

10 months ago

3.0.0-pre6

10 months ago

3.0.0-pre7

10 months ago

3.0.0-pre8

10 months ago

3.0.0-pre34

10 months ago

3.0.0-pre32

10 months ago

3.0.0-pre33

10 months ago

3.0.0-pre30

10 months ago

3.0.0-pre31

10 months ago

3.0.0-pre18

10 months ago

3.0.0-pre19

10 months ago

3.0.0-pre16

10 months ago

3.0.0-pre17

10 months ago

3.0.0-pre14

10 months ago

3.0.0-pre15

10 months ago

3.0.0-pre12

10 months ago

3.0.0-pre13

10 months ago

3.0.0-pre10

10 months ago

3.0.0-pre11

10 months ago

2.4.2

2 years ago

2.4.1

2 years ago

2.4.0

2 years ago

2.3.0

2 years ago

2.2.0

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.2.0

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago