Deluze / electron-vue-template

Simple Vue3 + Electron starter template in TypeScript, including ViteJS and Electron Builder
MIT License
534 stars 104 forks source link

bytenode implementation #19

Closed salsa2k closed 1 year ago

salsa2k commented 2 years ago

Anybody here has tried or had success using bytenode with electron and vite?

Deluze commented 2 years ago

Haven't used bytenode personally, but all files needed to compile your electron application can be found in /build directory. You can generate build files by using the /scripts/build.js script.

Files in the build directory are not dependent on Vite, wouldn't you be able to run bytenode on those files?