https://github.com/maxzz/electron-react
Electron app with vite HMR
https://github.com/maxzz/electron-react
Last synced: about 1 month ago
JSON representation
Electron app with vite HMR
- Host: GitHub
- URL: https://github.com/maxzz/electron-react
- Owner: maxzz
- Created: 2023-01-26T01:46:35.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T01:43:41.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T21:17:47.177Z (12 months ago)
- Language: TypeScript
- Homepage: https://maxzz.github.io/electron-react
- Size: 14 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### About
Electron app with vite HMR

### Refs, links, credits
* Started with [electron-vite](https://github.com/alex8088/electron-vite)
* [electron-vite-react](https://github.com/electron-vite/electron-vite-react)
* [vite-plugin-electron vs vite-electron-plugin #107](https://github.com/electron-vite/vite-plugin-electron/issues/107)
* [vite-electron-plugin](https://github.com/electron-vite/vite-electron-plugin) I used it here
* [vite-plugin-electron](https://github.com/electron-vite/vite-plugin-electron) I think it's just an old name
* How [vite-plugin-electron-renderer](https://github.com/electron-vite/vite-plugin-electron-renderer) works
* [electron-builder](https://github.com/electron-userland/electron-builder)