# node_vzlpr **Repository Path**: miaovictor/node_vzlpr ## Basic Information - **Project Name**: node_vzlpr - **Description**: No description available - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-06-13 - **Last Updated**: 2022-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node_vzlpr #### 项目介绍 node_vzlpr 是对臻识科技一体机开发 SDK 的 node 封装,提供易于使用的 javascript 接口,用于基于 Electron 的软件开发。 #### 安装教程 ##### 前置条件 - 安装 Node.js(v8.11.x),必须安装 32 位版本。 - 安装 node-gyp ``` $ npm install node-gyp -g ``` - 安装 Puthon2.7 (不支持 Python3.x 版本) - 安装 Visual Studio 2015 及以上版本 ##### 编译(开发人员) - 下载代码 ``` $ git clone https://gitee.com/miaovictor/node_vzlpr.git ``` - 安装依赖 ``` $ npm install ``` - 生成工程并编译 ``` $ node-gyp rebuild --target=2.0.2 --arch=ia32 --dist-url=https://atom.io/download/electron --msvs_version=2015 ``` 其中`target`是所使用 Electron 的版本,`arch`是所使用 Electron 的系统架构 ##### 安装(使用人员) 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本项目 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 码云特技 1. 使用 Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md 2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 5. 码云官方提供的使用手册 [http://git.mydoc.io/](http://git.mydoc.io/) 6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)