cawa-93 / vite-electron-builder

Secure boilerplate for Electron app based on Vite. TypeScript + Vue/React/Angular/Svelte/Vanilla
MIT License
2.34k stars 256 forks source link

a small suggestion #998

Closed zhaotoday closed 4 months ago

zhaotoday commented 4 months ago

Is your feature request related to a problem? Please describe. Here's a small suggestion: Can we place a 'shared' directory in the 'packages' directory to store common code, which can be used by 'main', 'preload', and 'renderer' simultaneously?