forge
forge copied to clipboard
Suggestions for Adding Frontend Framework Integration to the Electron Forge + Vite Template
Pre-flight checklist
- [X] I have read the contribution documentation for this project.
- [X] I agree to follow the code of conduct that this project uses.
- [X] I have searched the issue tracker for a feature request that matches the one I want to file, without success.
Problem description
The current electron-forge + Vite template only includes Vite and does not offer options to integrate frontend frameworks. Additionally, the configurations differ from those created directly with Vite. Modern frontend development relies on frameworks like React, which presents some inconvenience for developers.
Proposed solution
Adding interactive options during project creation to allow users to choose whether to integrate a frontend framework.
Alternatives considered
Updating the documentation to include instructions on integrating the template with popular frontend frameworks.
Additional information
No response