docs: update

This commit is contained in:
alex8088 2022-11-12 00:18:46 +08:00
parent 230d09c2a0
commit 21e10c023a

View file

@ -27,16 +27,16 @@
## Features ## Features
- ⚡️ Inherit all the benefits of Vite and use the same way as [Vite](https://vitejs.dev). - ⚡️ [Vite](https://vitejs.dev) powered and use the same way.
- 📦The main process, renderers and preload scripts are all built with Vite. - 🛠 Centralized Configuration.
- 🛠The main process, renderers and preload scripts Vite configuration combined into one file.
- 💡 Pre-configured for Electron, don't worry about configuration. - 💡 Pre-configured for Electron, don't worry about configuration.
- 🚀HMR for renderer processes. - 🚀 Fast HMR for renderers.
- 🔥The main process and preload scripts support hot reloading. - 🔥 Hot reloading for main process and preload scripts.
- 🔌 Easy to debug. - 🔌 Easy to debug.
- 🔒 Compile to v8 bytecode to protect source code. - 🔒 Compile to v8 bytecode to protect source code.
- 🏷️ Support for TypeScript decorators. - 🏷️ Support for TypeScript decorators.
- 🔋Out-of-the-box support for TypeScript, Vue, React, Svelte, SolidJS and more. - 🔩 Easy to use workers and fork process.
- 📦 Out-of-the-box support for TypeScript, Vue, React, Svelte, SolidJS and more.
## Usage ## Usage