Skip to content

Purpose minimal and minimal-ts templates for Electron #47

@ZeroAurora

Description

@ZeroAurora

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions