From 21e10c023a4611a2ab6fdc82a47f4cc3aea0192c Mon Sep 17 00:00:00 2001 From: alex8088 <244096523@qq.com> Date: Sat, 12 Nov 2022 00:18:46 +0800 Subject: [PATCH] docs: update --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2c5add8..91539fd 100644 --- a/README.md +++ b/README.md @@ -27,16 +27,16 @@ ## Features -- ⚡️ Inherit all the benefits of Vite and use the same way as [Vite](https://vitejs.dev). -- 📦The main process, renderers and preload scripts are all built with Vite. -- 🛠The main process, renderers and preload scripts Vite configuration combined into one file. -- 💡Pre-configured for Electron, don't worry about configuration. -- 🚀HMR for renderer processes. -- 🔥The main process and preload scripts support hot reloading. -- 🔌Easy to debug. -- 🔒Compile to v8 bytecode to protect source code. -- 🏷️Support for TypeScript decorators. -- 🔋Out-of-the-box support for TypeScript, Vue, React, Svelte, SolidJS and more. +- ⚡️ [Vite](https://vitejs.dev) powered and use the same way. +- 🛠 Centralized Configuration. +- 💡 Pre-configured for Electron, don't worry about configuration. +- 🚀 Fast HMR for renderers. +- 🔥 Hot reloading for main process and preload scripts. +- 🔌 Easy to debug. +- 🔒 Compile to v8 bytecode to protect source code. +- 🏷️ Support for TypeScript decorators. +- 🔩 Easy to use workers and fork process. +- 📦 Out-of-the-box support for TypeScript, Vue, React, Svelte, SolidJS and more. ## Usage