An Electron application with Vue3 and TypeScript
- π‘ Optimize asset handling
- π Fast HMR for renderer processes
- π₯ Hot reloading for main process and preload scripts
- π Easy to debug
- π Compile to v8 bytecode to protect source code
Read documentation for more details.
- Configuring
- Development
- Asset Handling
- HMR & Hot Reloading
- Debugging
- Source code protection
- Distribution
- Troubleshooting
You can also use the create-electron tool to scaffold your project for other frameworks (e.g. React
, Svelte
or Solid
).
$ npm install
$ npm run dev
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux
- electron-vite-bytecode-example, source code protection
- electron-vite-decorator-example, typescipt decorator
- electron-vite-worker-example, worker and fork