-
-
Notifications
You must be signed in to change notification settings - Fork 298
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
feat: add Create a new Module Federation project cli #3446
Conversation
🦋 Changeset detectedLatest commit: 79355a6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 30 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Deploy Preview for module-federation-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@swalker326 @ryok90 can one of you add a "include zephyr" option along with the appropriate configurations to this PR. I think it would be a great value add. |
"Add zephyr as deploy platform" 🚀 |
1de4a04
to
77e5763
Compare
@Nsttt you can create The link not jump rightly . Here is the key const OTHER_TYPE: {
[typeName: string]: {
label: string;
command: string;
hint?: string;
};
} = {
zephyr: {
label: 'zephyr',
command: 'npm create zephyr@latest',
hint: 'npm create zephyr@latest',
},
}; |
ffbd25c
to
928f51d
Compare
Description
add
create-module-federation
clihow to use it ?
# use npm create-module-federation@latest for official version , now it's only for test npm create-module-federation@next
It supports two category:
and it also support choose framework mode or build mode
App type:
Lib type:

The initial page:
Other type:
It will execute the create command
Related Issue
Types of changes
Checklist