From 6445d5305375e813d00f7d2dbaf1d6a384e2c4f4 Mon Sep 17 00:00:00 2001 From: Alex Kozack Date: Tue, 22 Nov 2022 20:54:13 +0200 Subject: [PATCH] docs: add vite-electron-builder to boilerplate/templates (#7274) --- .changeset/small-paws-clean.md | 5 +++++ docs/index.md | 1 + 2 files changed, 6 insertions(+) create mode 100644 .changeset/small-paws-clean.md diff --git a/.changeset/small-paws-clean.md b/.changeset/small-paws-clean.md new file mode 100644 index 00000000000..a834dc15f42 --- /dev/null +++ b/.changeset/small-paws-clean.md @@ -0,0 +1,5 @@ +--- + +--- + +docs: Ddd vite-electron-builder to boilerplate examples/templates diff --git a/docs/index.md b/docs/index.md index d7d19711d76..23ee5270a51 100644 --- a/docs/index.md +++ b/docs/index.md @@ -65,6 +65,7 @@ will declare to use node-modules instead of PnP. * [electron-boilerplate](https://github.com/szwacz/electron-boilerplate) A minimalistic yet comprehensive boilerplate application. * [Vue CLI 3 plugin for Electron](https://nklayman.github.io/vue-cli-plugin-electron-builder) A Vue CLI 3 plugin for Electron with no required configuration. * [electron-vue-vite](https://github.com/caoxiemeihao/electron-vue-vite) A real simple Electron + Vue3 + Vite2 boilerplate. +* [vite-electron-builder](https://github.com/cawa-93/vite-electron-builder) Secure boilerplate for Electron app based on Vite. TypeScript + Vue/React/Angular/Svelte/Vanilla ## Quick Setup Guide