1.0.27 • Published 1 year ago
@quick-start/create-electron v1.0.27
create-electron
An easy way to start an Electron project
Usage
Compatibility Note: Some templates require a higher Node.js version to work, please upgrade if your package manager warns about it.
With npm:
$ npm create @quick-start/electronWith Yarn:
$ yarn create @quick-start/electronWith pnpm:
$ pnpm create @quick-start/electronThen follow the prompts!
You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold an Electron + Vue project, run:
# npm 6.x
npm create @quick-start/electron my-app --template vue
# npm 7+, extra double-dash is needed:
npm create @quick-start/electron my-app -- --template vue
# yarn
yarn create @quick-start/electron my-app --template vue
# pnpm
pnpm create @quick-start/electron my-app --template vueCurrently supported template presets include:
| JavaScript | TypeScript |
|---|---|
| vanilla | vanilla-ts |
| vue | vue-ts |
| react | react-ts |
| svelte | svelte-ts |
| solid | solid-ts |
Features
- Use
ESLint + Prettierto better lint and style your code, help you to write high-quality code. - Use electron-vite, a fast build tooling integrated with Vite 3, support for
HMR,hot reloading,debuggingandsource code protection. - Use electron-toolkit to help you develop. For example: TSconfig extends, easily expose Electron APIs to renderers in preload scripts, etc.
- Use electron-builder and pre-configured to pack your app.
- Use electron-updater for auto-update, based on electron-builder.
1.0.26
1 year ago
1.0.25
1 year ago
1.0.27
1 year ago
1.0.24
2 years ago
1.0.22
2 years ago
1.0.23
2 years ago
1.0.21
2 years ago
1.0.19
2 years ago
1.0.20
2 years ago
1.0.18
2 years ago
1.0.17
2 years ago
1.0.16
3 years ago
1.0.15
3 years ago
1.0.14
3 years ago
1.0.13
3 years ago
1.0.11
3 years ago
1.0.12
3 years ago
1.0.9
3 years ago
1.0.10
3 years ago
1.0.8
3 years ago
1.0.7
4 years ago
1.0.6
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago