-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 vite template to create-fuels
#2942
Conversation
This PR is published in NPM with version 0.0.0-pr-2942-20240821091416 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI will be resolved after #2990 then this should be good to go. |
…/create-fuels-vite-template
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Went through it and didn't find anything I could comment on except some nits on the react code itself, but that was just copied over from the nextjs template so I'll just approve. It's better to have code symmetry in the two templates until we decide the fate of the nextjs template.
Coverage Report:
Changed Files:
|
Co-authored-by: Daniel Bate <djbate23@gmail.com> Co-authored-by: rishabhkeshan <rishabhkeshan@gmail.com>
Closes #2838
Release notes
In this release, we:
create-fuels
Summary
This PR adds a new Vite template to
create-fuels
, and it will now be the default template.Checklist