# electron-vue-template **Repository Path**: kevin_ZW16/electron-vue-template ## Basic Information - **Project Name**: electron-vue-template - **Description**: 这是一个基于electron+vue+axios+elementui的跨平台桌面应用模板,内包含两个分支,作用如其名,无论是新手起步还是老鸟快速开坑,相信本项目都会给您带来最大程度的帮助~ - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://zh-sky.gitee.io/electron-vue-template-doc/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 444 - **Created**: 2025-06-06 - **Last Updated**: 2025-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Electron-vue-template ![GitHub Repo stars](https://img.shields.io/github/stars/umbrella22/electron-vue-template) [![vue](https://img.shields.io/badge/vue-3.5.8-brightgreen.svg)](https://github.com/vuejs/vue-next) [![rspack](https://img.shields.io/badge/rspack-1.0.5-brightgreen.svg)](https://rspack.dev/index) [![electron](https://img.shields.io/badge/electron-32.1.2-brightgreen.svg)](https://github.com/electron/electron) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/umbrella22/electron-vue-template/blob/master/LICENSE) [国内访问地址](https://gitee.com/Zh-Sky/electron-vue-template) ### 请确保您的 node 版本大于等于 20. #### 如何安装 ```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/ # 然后关闭该窗口,重启命令行. npm ci # 启动之后,会在9080端口监听 npm run dev # build命令在不同系统环境中,需要的的不一样,需要自己根据自身环境进行配置 npm run build ``` --- # [更新日志](/CHANGELOG.md)