diff --git a/README.md b/README.md index e2e4688..9a0551a 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,8 @@ export default defineConfig({ `bytecodePlugin` only works in production and supports the main process and preload scripts. +Also, you can learn more by playing with the [example](https://github.com/alex8088/electron-vite-bytecode-example). + ### Getting Started Clone the [electron-vite-boilerplate](https://github.com/alex8088/electron-vite-boilerplate) or use the [create-electron](https://github.com/alex8088/quick-start/tree/master/packages/create-electron) tool to scaffold your project.