我想使用 Electron Forge 开发一个与 Vue 3 集成的 Electron 应用程序。
我已经遵循了这个官方文档 Electron Vue 集成 .
但是当我运行命令时
npm start
应用程序无法启动!
终端中的输出是:
john@Macbook-Jon arrayforge % npm start
> [email protected] start
> electron-forge start
✔ Checking your system
✔ Locating application
✔ Loading configuration
✔ Preparing native dependencies [0.2s]
✔ Running generateAssets hook
✔ [plugin-vite] Launching dev servers for renderer process code [0.1s]
⠹ [plugin-vite] Compiling main process code
john@Macbook-JON arrayforge %
有什么想法吗?
不要破坏 vite.render.config.j/ts。只需将
vue()
添加到 prop 数组 plugin:[]
中即可。