# bidaid **Repository Path**: pipiaha/bidaid ## Basic Information - **Project Name**: bidaid - **Description**: 报价助手 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bidaid 软件项目报价小助手 * 创建/编辑报价单 * 保存报价单数据 * 导出报价单Excel文件 ## Project setup package.json未加入electron ``` npm install ``` package.json 加入 electron后 包含脚本scripts: ``` "electron:build": "vue-cli-service electron:build", "electron:serve": "vue-cli-service electron:serve", "postinstall": "electron-builder install-app-deps", "postuninstall": "electron-builder install-app-deps" ``` 包含依赖 dependencies: ``` "electron": "^7.1.3", "vue-cli-plugin-electron-builder": "^1.4.0" ``` 运行 ``` cnpm 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/).