# electron-vue **Repository Path**: crab_nebula/electron-vue ## Basic Information - **Project Name**: electron-vue - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-06-11 - **Last Updated**: 2026-02-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue 3 + TypeScript + Vite + Electron ### 安装依赖 ``` npm install ``` ### 运行到浏览器 ``` npm run server ``` ### 运行到Electron ``` npm run electron:serve ``` ### Eelectron官网 ``` https://www.electronjs.org/ ``` ### Electron-vue ``` https://simulatedgreg.gitbooks.io/electron-vue/content/cn/ ```