使用 Electron Vite 初始化 Electron 项目
本文最后更新于 2024年10月20日 中午
使用 Electron
Vite 可以快速初始化 Electron 项目 1
npm create @quick-start/electron
选择 vue3 1
2
3
4
5
6
7
8
9Need to install the following packages:
@quick-start/create-electron@1.0.12
Ok to proceed? (y) y
√ Project name: ...
√ Package name: ...
√ Select a framework: » vue
√ Add TypeScript? ... No / Yes
√ Add Electron updater plugin? ... No / Yes
√ Enable Electron download mirror proxy? ... No / Yes
安装依赖 安装失败则改成 cnpm1
npm i
启动项目 1
npm run dev
使用 Electron Vite 初始化 Electron 项目
https://term-inator.github.io/2023/05/22/vite-electron/