# code-scanning-electron-vue2 **Repository Path**: pulpous/code-scanning-electron-vue2 ## Basic Information - **Project Name**: code-scanning-electron-vue2 - **Description**: vue2 + electron 实现 code-scanning (Desktop client)。支持 中文/英文 语言切换。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: https://sourceforge.net/projects/code-scanning/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-19 - **Last Updated**: 2022-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: Electron, vue2 ## README # code-scanning-electron-vue2 ## 会员识别系统 已经开发完毕 1. Version: 0.1.0 (user setup) 1. Date: 2022-01-16 01:09:20 1. Electron: 13.6.3 1. Node.js: v14.15.0 1. Vue: 2.6.14 ## 问题,解决不了了 1. 首次打开应用,需要下回车键,刷新下页面,才能用,这个问题好难啊 ## Project create ```sh vue create code-scanning-electron-vue2 vue add electron-builder vue add i18n ``` # npm 使用 > window -> npm install - Administrator 变量中添加: - ELECTRON_MIRROR="https://npm.taobao.org/dist/electron/" > lock - package-lock.json - win - yarn.lock - mac # 官方文档 1. [Electron](https://www.electronjs.org/) 1. [Vue2](https://cn.vuejs.org/index.html) 1. [vue-cli-plugin-electron-builder](https://nklayman.github.io/vue-cli-plugin-electron-builder/) 1. [vue-i18n](https://kazupon.github.io/vue-i18n/zh/introduction.html) > other - Github - [ini](https://github.com/npm/ini) - [plist](https://github.com/TooTallNate/plist.js) - [vuex](https://github.com/vuejs/vuex) - [vue-router](https://github.com/vuejs/vue-router) - [rxfile-write](https://github.com/cheere/rxfile-write) - [rxgitcid](https://github.com/cheere/rxgitcid) - [vue-plugin-rxdialog](https://github.com/cheere/vue-plugin-rxdialog) ## 配置文件类型 - Mac -> [plist](https://github.com/TooTallNate/plist.js) ; 目录: `~/Library/Application Support` - Window -> [ini](https://github.com/npm/ini) ; 目录: `%APPDATA%` 、`C:Users\用户名\AppData\Roaming` - Linux -> []() 不知道 ; 目录: `$XDG_CONFIG_HOME or ~/.config` # 参考 > electron:dev - [解决electron安装vue-devtools问题](https://blog.csdn.net/qq_42475499/article/details/120890480) - [electron tary: 踩坑之系统托盘自动消失](https://blog.csdn.net/liu19721018/article/details/109046186)