Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(core): nx plugin submission @klerick/nx-angular-mf #29548

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

klerick
Copy link

@klerick klerick commented Jan 8, 2025

Community Plugin Submission

@klerick/nx-angular-mf

Custom builder for Angular projects designed to simplify the development and production of microfrontend applications using native esm module.
The builder integrates with NX to provide seamless support for development, testing, and deployment of Angular microfrontends.

Features

  • Microfrontend Support: Built-in support of native esm module with dynamic imports them.
  • Server-Side Rendering (SSR): Improved SSR compatibility, including custom module loaders and import maps.
  • Customizable Build Process: Flexible options for managing dependencies and extending build configurations.
  • Dev Server Enhancements:
    • Incremental hydration support.
    • Dynamic importmap generation.
    • Automatic dependency resolution and rebuilds.
  • Seamless NX Integration: Fully compatible with NX workspace for streamlined project management.

@klerick klerick requested a review from a team as a code owner January 8, 2025 14:03
@klerick klerick requested a review from isaacplmann January 8, 2025 14:03
Copy link

vercel bot commented Jan 8, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview Jan 9, 2025 5:39am

Copy link

nx-cloud bot commented Jan 8, 2025

View your CI Pipeline Execution ↗ for commit 1504f03.

Command Status Duration Result
nx run-many -t check-imports check-commit check... ✅ Succeeded 14s View ↗
nx affected --targets=lint,test,build,e2e,e2e-c... ✅ Succeeded <1s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 1s View ↗
nx-cloud record -- nx format:check --base=0edd1... ✅ Succeeded 1s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded <1s View ↗
nx documentation --no-dte ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2025-01-09 05:51:33 UTC

@isaacplmann
Copy link
Collaborator

This looks like a cool plugin! Thanks for contributing back to the community.

There are a couple things that need to be in place before we can list it in the registry:

See: https://nx.dev/extending-nx/recipes/publish-plugin#list-your-nx-plugin

@klerick
Copy link
Author

klerick commented Jan 9, 2025

@isaacplmann

  • repositories.url and some other field, are added during ci/cd process. You can see result packages.json
  • I have task for run test, but I don't have them yet🙈, tests are in the process of being created

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants