-
Notifications
You must be signed in to change notification settings - Fork 6
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(CLI):enable widget development with fusion cli #1854
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: acdcb9b The changes in this PR will be included in the next version bump. This PR includes changesets to release 15 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 |
… the future or index
f281777
to
6aa9d45
Compare
@Noggling i see that this PR is a draft, is there anything that needs to be done before its ready for a stable release? |
This is all up to @odinr to deside on how he wants it. this has only been preview enabling us to develop widgets in with applicaions |
Why
Expanding the Fusion CLI introduces the capability to create widgets, enhancing development server configuration via
dev.config.ts
.The development configuration empowers users to tailor the underlying Express server.
Additionally, a helper for widget development has been incorporated. The entry point can be configured to both compiled and source code. If set to source, developers gain the ability to utilize hot module replacements/auto-reload during development.
Additionally, three cookbooks have been included, showcasing an application and two widgets to illustrate the widget and its functionalities.
closes:
Check off the following:
Confirm that I checked changes to branch which I am merging into.
Confirm that the I have completed the self-review checklist.
Confirm that my changes meet our code of conduct.