electron-vite / vite-plugin-electron

:electron: Electron⚡️Vite core repo
https://github.com/electron-vite
MIT License
688 stars 56 forks source link

`vite-plugin-electron` vs `vite-electron-plugin` #107

Open caoxiemeihao opened 2 years ago

caoxiemeihao commented 2 years ago

vite-plugin-electron vs vite-electron-plugin

  1. They are both very simple. Just a simple configuration of the entry file is all that is needed.
  2. They both listen for changes to the file and execute electron . command to start or restart the Electron App.

关于 vite-plugin-electron 与 vite-electron-plugin

  1. 它们都很简单。只是简单的配置入口文件即可。
  2. 它们都是监听了文件的变化,当文件被构建完成或重新构建时执行 electron . 启动或重启 Electron App。
vindecodex commented 1 year ago

Why vite-plugin-electron unable to process vitest integration with playwright ? while vite-electron-plugin works very well ?

caoxiemeihao commented 1 year ago

It's embarrassing, I don't know how to use vitest and playwright yet. 😅

Why vite-plugin-electron unable to process vitest integration with playwright ? while vite-electron-plugin works very well ?

@vindecodex Can you provide a minimal Demo?