electron-vite-dh

所属分类:前端开发
开发工具:JavaScript
文件大小:0KB
下载次数:6
上传日期:2023-07-08 09:51:57
上 传 者sh-1993
说明:  electron + vite + vue3构建的数字人直播项目,
(The live broadcast project of digital people built by electron+vite+vue3,)

文件列表:
.vscode/ (0, 2023-11-15)
.vscode/.debug.script.mjs (731, 2023-11-15)
.vscode/extensions.json (81, 2023-11-15)
.vscode/launch.json (1407, 2023-11-15)
.vscode/settings.json (291, 2023-11-15)
.vscode/tasks.json (870, 2023-11-15)
CHANGELOG.md (1143, 2023-11-15)
LICENSE (1069, 2023-11-15)
auto-imports.d.ts (3407, 2023-11-15)
electron-builder.json5 (1074, 2023-11-15)
electron-vite-vue.gif (3473160, 2023-11-15)
electron/ (0, 2023-11-15)
electron/electron-env.d.ts (237, 2023-11-15)
electron/main/ (0, 2023-11-15)
electron/main/index.ts (5895, 2023-11-15)
electron/preload/ (0, 2023-11-15)
electron/preload/index.ts (2669, 2023-11-15)
index.html (485, 2023-11-15)
package.json (1463, 2023-11-15)
postcss.config.js (860, 2023-11-15)
public/ (0, 2023-11-15)
public/favicon.ico (24657, 2023-11-15)
public/static/ (0, 2023-11-15)
public/static/font/ (0, 2023-11-15)
public/static/font/wqym.ttf (4626136, 2023-11-15)
public/static/font/xinqingnian-changgui.ttf (10320996, 2023-11-15)
public/static/font/zk-gaoduanhei-font.ttf (3952284, 2023-11-15)
public/static/font/zk-huangyou-font.ttf (9745240, 2023-11-15)
... ...

# electron-vite-vue Really simple `Electron` + `Vue` + `Vite` boilerplate. [![GitHub Build](https://github.com/electron-vite/electron-vite-vue/actions/workflows/build.yml/badge.svg)](https://github.com/electron-vite/electron-vite-vue/actions/workflows/build.yml) [![GitHub Discord](https://img.shields.io/badge/chat-discord-blue?logo=discord)](https://discord.gg/sRqjYpEAUK) ## Features Out of the box Based on the official [template-vue-ts](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-vue-ts), less invasive Extensible, really simple directory structure Support using Node.js API in Electron-Renderer Support C/C++ native addons It's easy to implement multiple windows ## Quick Start ```sh npm create electron-vite ``` ![electron-vite-vue.gif](/electron-vite-vue.gif) ## Debug ![electron-vite-react-debug.gif](https://github.com/electron-vite/electron-vite-react/blob/main/electron-vite-react-debug.gif?raw=true) ## Directory ```diff + ├─┬ electron + │ ├─┬ main + │ │ └── index.ts entry of Electron-Main + │ └─┬ preload + │ └── index.ts entry of Preload-Scripts ├─┬ src │ └── main.ts entry of Electron-Renderer ├── index.html ├── package.json └── vite.config.ts ``` ## FAQ - [C/C++ addons, Node.js modules - Pre-Bundling](https://github.com/electron-vite/vite-plugin-electron-renderer#dependency-pre-bundling) - [dependencies vs devDependencies](https://github.com/electron-vite/vite-plugin-electron-renderer#dependencies-vs-devdependencies)

近期下载者

相关文件


收藏者