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

Purpose minimal and minimal-ts templates for Electron #47

Open
4 tasks done
ZeroAurora opened this issue Dec 2, 2024 · 0 comments
Open
4 tasks done

Purpose minimal and minimal-ts templates for Electron #47

ZeroAurora opened this issue Dec 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ZeroAurora
Copy link

ZeroAurora commented Dec 2, 2024

Clear and concise description of the problem

Even for vanilla and vanilla-ts templates there are still dependencies like @electron-toolkit/* and ESLint. For me I would like to customize lots of things and not to use these dependencies. A minimal template is preferred.

Used Scaffolding

create-electron

Suggested solution

Keep no "dependencies" and keep only the following "devDependencies":

  • electron
  • electron-builder
  • electron-vite
  • vite

For minimal-ts, typescript-related deps should be added as well.

And keep the prebundled source code clean and minimal.

Alternative

No response

Additional context

No response

Validations

@ZeroAurora ZeroAurora added the enhancement New feature or request label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant