From 6e04db0a14cdff89ead327846dd779da9df0047a Mon Sep 17 00:00:00 2001 From: alex8088 <244096523@qq.com> Date: Mon, 19 Sep 2022 20:56:51 +0800 Subject: [PATCH] docs: update --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.