# electron-vue-reports **Repository Path**: learnCodes/electron-vue-reports ## Basic Information - **Project Name**: electron-vue-reports - **Description**: 报表系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-09-08 - **Last Updated**: 2025-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # electron-vue ## 运行 ```sh # 安装以来 npm install # 运行electron壳子的代码 npm run electron:serve ``` ## 打包 ```sh # 打开windows产物 npm run electron:win # 打包成功后,在dist_electron/win-unpacked会有一个exe产物 ``` ## Project setup ``` 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/).