# SuperTest **Repository Path**: funrock/super-test ## Basic Information - **Project Name**: SuperTest - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-06 - **Last Updated**: 2024-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: hardwareTest ## README # SuperTools #### 介绍 本项目用于熟悉鸿洲智能目前的硬件控制代码,并且达到可以用于日常硬件调试的目的, 包含常用的模块如f56出钞机 收钞机 MS美松打印机等 #### 依赖版本 这里简单列举一些版本号,详细查阅package.json,package-lock.json 1. vue@2.7.16 2. electron@6.1.12 3. electron-builder@21.2.0 4. serialport@8.0.8 5. vant@2.13.2 #### 安装教程 1~5为前置环境装配。安装完成后,同类项目可以不用再执行,直接npm i 1. 安装 nodejs x86 版本 ``` http://nodejs.cn/download/ ``` 2. 安装 python x86 版本 ``` https://www.python.org/ ``` 3. 安装 Visual Studio(安装时包含 Windows SDK) ``` https://visualstudio.microsoft.com/ ``` nvm arch 4. 安装淘宝镜像 ``` npm install -g cnpm --registry=https://registry.npmmirror.com ``` 5. 安装 node-gyp ``` npm install -g node-gyp ``` 6. Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run electron:serve ``` ### Compiles and minifies for production ``` npm run electron:build ``` ### Lints and fixes files ``` npm run lint ``` ### node-ffi & ffi-napi 文档: https://github.com/node-ffi/node-ffi/wiki/Node-FFI-Tutorial ### ref-napi 文档: https://github.com/node-ffi-napi/ref-napi http://tootallnate.github.io/ref/ ### node-serialport 文档 https://github.com/serialport/node-serialport https://serialport.io/ ### electron-edge-js https://github.com/agracio/electron-edge-js https://github.com/agracio/edge-js ### electron-store https://github.com/sindresorhus/electron-store#readme ### 资源文件说明 ``` /libs/passport 护照识别 /libs/MsprintsdkRM.dll 小票打印 /libs/MPOST.dll 纸币接收 ```