# vue-electron-cli **Repository Path**: shangchehanyu_admin/vue-electron-cli ## Basic Information - **Project Name**: vue-electron-cli - **Description**: vue+electron桌面应用的模板 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-23 - **Last Updated**: 2022-12-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-electron-cli ## Project setup ``` node.js需使用16.19.0版本 注意使用.npmrc里的资源地址 npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).