# electron-vite-template **Repository Path**: allenwys/electron-vite-template ## Basic Information - **Project Name**: electron-vite-template - **Description**: 基于vite+electron LTS的模板,借助electron next的新特性和vite以及rollup的速度,可以让您能够快速开发 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: mini-main - **Homepage**: https://zh-sky.gitee.io/electron-vue-template-doc/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 119 - **Created**: 2024-10-18 - **Last Updated**: 2024-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Electron-Vite-template [![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/umbrella22/electron-vite-template/tree/strict) ![GitHub Repo stars](https://img.shields.io/github/stars/umbrella22/electron-vite-template) [![vue](https://img.shields.io/badge/vue-3.2.23-brightgreen.svg)](https://github.com/vuejs/vue-next) [![vite](https://img.shields.io/badge/vite-3.0.3-brightgreen.svg)](https://github.com/vitejs/vite) [![element-ui](https://img.shields.io/badge/element-plus-brightgreen.svg)](https://www.npmjs.org/package/element-plus) [![electron](https://img.shields.io/badge/electron-19.0.4-brightgreen.svg)](https://github.com/electron/electron) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/umbrella22/electron-vite-template/blob/master/LICENSE) [国内访问地址](https://gitee.com/Zh-Sky/electron-vite-template) ### 请确保您的 node 版本大于等于 16. #### 如何安装 ```bash npm config edit # 该命令会打开npm的配置文件,请在空白处添加 # registry=https://registry.npmmirror.com # ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ # ELECTRON_BUILDER_BINARIES_MIRROR=https://npmmirror.com/mirrors/electron-builder-binaries/ # 然后关闭该窗口,重启命令行. # 使用yarn安装 npm install # 启动之后,会在9080端口监听 npm run dev # build命令在不同系统环境中,需要的的不一样,需要自己根据自身环境进行配置 npm run build ``` --- # [更新日志](/CHANGELOG.md)