mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-07-04 23:03:15 +08:00
docs: update
This commit is contained in:
parent
c1675af905
commit
ecbed8a8cd
22
README.md
22
README.md
@ -1,21 +1,20 @@
|
|||||||
# electron-vite-vue
|
# electron-vite-vue
|
||||||
|
|
||||||
|
🥳 Really simple `Electron` + `Vue` + `Vite` boilerplate.
|
||||||
|
|
||||||
[](https://github.com/vitejs/awesome-vite)
|
[](https://github.com/vitejs/awesome-vite)
|
||||||
[](https://app.netlify.com/sites/electron-vite/deploys)
|
[](https://app.netlify.com/sites/electron-vite/deploys)
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
|
English | [简体中文](README.zh-CN.md)
|
||||||
|
|
||||||
**English | [简体中文](README.zh-CN.md)**
|
## Features
|
||||||
|
|
||||||
🥳 Really simple `Electron` + `Vue` + `Vite` boilerplate.
|
|
||||||
|
|
||||||
## Overview
|
|
||||||
|
|
||||||
📦 Out of the box
|
📦 Out of the box
|
||||||
🎯 Based on [vue-ts](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-vue-ts) template, less invasive
|
🎯 Based on [vue-ts](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-vue-ts) template, less invasive
|
||||||
🌱 Simple directory structure,real flexible
|
🌱 Extensible, really simple directory structure
|
||||||
💪 Support Use Electron、Node.js API and in Renderer-process
|
💪 Support Use Electron、Node.js API and in Renderer-process
|
||||||
🔩 Support C/C++ native addons
|
🔩 Support C/C++ native addons
|
||||||
🖥 It's easy to implement multiple windows
|
🖥 It's easy to implement multiple windows
|
||||||
@ -49,19 +48,20 @@ npm create electron-vite
|
|||||||
└── vite.config.ts
|
└── vite.config.ts
|
||||||
```
|
```
|
||||||
|
|
||||||
## List the modules you may use as far as possible
|
## Examples
|
||||||
|
|
||||||
Used in `Main-process` 👉 [electron-vite-boilerplate](https://github.com/caoxiemeihao/electron-vite-boilerplate)
|
Used in Main-process 👉 [electron-vite-boilerplate](https://github.com/caoxiemeihao/electron-vite-boilerplate)
|
||||||
|
|
||||||
Used in `Renderer-process` 👉 [electron-vite-boilerplate/tree/nodeIntegration](https://github.com/caoxiemeihao/electron-vite-boilerplate/tree/nodeIntegration)
|
Used in Renderer-process 👉 [electron-vite-boilerplate/tree/nodeIntegration](https://github.com/caoxiemeihao/electron-vite-boilerplate/tree/nodeIntegration)
|
||||||
|
|
||||||
**ES Modules**
|
> List the modules you may use as far as possible
|
||||||
|
###### ES Modules
|
||||||
|
|
||||||
- [execa](https://www.npmjs.com/package/execa)
|
- [execa](https://www.npmjs.com/package/execa)
|
||||||
- [node-fetch](https://www.npmjs.com/package/node-fetch)
|
- [node-fetch](https://www.npmjs.com/package/node-fetch)
|
||||||
- [file-type](https://www.npmjs.com/package/file-type)
|
- [file-type](https://www.npmjs.com/package/file-type)
|
||||||
|
|
||||||
**Native Addons(C/C++)**
|
###### Native Addons(C/C++)
|
||||||
|
|
||||||
- [sqlite3](https://www.npmjs.com/package/sqlite3)
|
- [sqlite3](https://www.npmjs.com/package/sqlite3)
|
||||||
- [serialport](https://www.npmjs.com/package/serialport)
|
- [serialport](https://www.npmjs.com/package/serialport)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user