# ElectronViteVue **Repository Path**: stella-web/electron-vite-vue ## Basic Information - **Project Name**: ElectronViteVue - **Description**: Electron + Vite + Vue - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 2 - **Created**: 2024-02-26 - **Last Updated**: 2025-01-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue ## README # Electron + Vite + Vue ## 技术栈 [Electron](https://www.electronjs.org/zh/) + [Vite](https://cn.vitejs.dev/) + [Vue 3](https://cn.vuejs.org/) ## 开发环境 [VSCode](https://code.visualstudio.com/) + [Node 20.11.0](https://nodejs.org/dist/v20.11.0/) + [Git](https://git-scm.com/downloads) ## 克隆项目 ```shell git clone https://gitee.com/stella-web/electron-vite-vue.git cd electron-vite-vue ``` ## 安装依赖 ```shell npm install ``` ## 运行 ```shell npm run start ``` ## 打包 ```shell npm run make ```