![](https://github.com/648702308/electron-vue-serialport/blob/main/files/1.png)
![](https://github.com/648702308/electron-vue-serialport/blob/main/files/2.png)
# 项目参考
> https://github.com/BaiFangZi/electron-serialport
> https://www.it610.com/article/1304233018344378368.htm
> https://blog.csdn.net/weixin_36250061/article/details/103472978
# 项目运行环境
### 1,必须安装nodejs
node下载地址-[Nodejs](http://nodejs.cn/download/)
### 2,安装node-gyp
node-gyp是用来编译c++模块的工具,这里用来编译serialport,
node-gyp的github文档-[node-gyp文档](https://github.com/nodejs/node-gyp)
全局安装 `npm install -g node-gyp`
通过命令`npm install --global --production windows-build-tools`,但是要注意
的是必须以管理员的身份启动CMD窗口
安装完成之后执行一下命令
npm config set msvs_version 2017
> 其他安装方法……百度
## 项目的安装与使用
### clone到本地
``` bash
# clone到本地
git clone https://github.com/648702308/electron-vue-serialport.git
# 切换到项目目录
npm install`或者`cnpm install
# 使用node-gyp rebuild编译
cd ./node_modules/@serialport/bindings
node-gyp rebuild --target=6.0.10 --arch=x64 --dist-url=https://npm.taobao.org/mirrors/atom-shell
或
node-gyp rebuild --target=6.0.10 --arch=ia32 --dist-url=https://npm.taobao.org/mirrors/atom-shell
# --target electron 版本
# 可能出现的问题 node-gyp rebuild --target=6.0.10 --arch=ia32 --dist-url=https://npm.taobao.org/mirrors/atom-shell
# 使用ia32编译在开发模式正常,build时会报错
# 可能出现的问题 node-gyp rebuild --target=6.0.10 --arch=x64 --dist-url=https://npm.taobao.org/mirrors/atom-shell
# 使用ia32编译在开发模式报错,build时会正常
# 具体原因 暂时不知道
# 有哪位大神知道请告知
# 然后再返回根目录
cd ../../../
# 启动项目
npm run dev
# 项目打包生成exe文件
npm run build
```
没有合适的资源?快使用搜索试试~ 我知道了~
electron-vue-serialport:electron-vue serialport 串口读取
共57个文件
js:21个
scss:9个
gitkeep:4个
5星 · 超过95%的资源 需积分: 50 43 下载量 181 浏览量
2021-05-24
00:55:48
上传
评论 1
收藏 6.11MB ZIP 举报
温馨提示
项目参考 项目运行环境 1,必须安装nodejs node下载地址- 2,安装node-gyp node-gyp是用来编译c++模块的工具,这里用来编译serialport, node-gyp的github文档- 全局安装 npm install -g node-gyp 通过命令npm install --global --production windows-build-tools,但是要注意 的是必须以管理员的身份启动CMD窗口 安装完成之后执行一下命令 npm config set msvs_version 2017 其他安装方法……百度 项目的安装与使用 clone到本地 # clone到本地 git clone https://github.com/648702308/electron-vue-serialport.git # 切换到项目目录 npm install`或者`cnp
资源详情
资源评论
资源推荐
收起资源包目录
electron-vue-serialport-main.zip (57个子文件)
electron-vue-serialport-main
.eslintrc.js 491B
src
index.ejs 789B
main
index.dev.js 715B
index.js 2KB
renderer
router
index.js 405B
main.js 448B
utils
index.js 822B
store
modules
Counter.js 335B
index.js 377B
index.js 340B
views
serialport
index.vue 5KB
styles
lib
bg.scss 6KB
hover.scss 55B
grid.scss 628B
flex.scss 1KB
variables.scss 2KB
border.scss 1KB
margin.scss 1KB
text.scss 2KB
index.scss 551B
components
LandingPage
SystemInformation.vue 2KB
LandingPage.vue 3KB
App.vue 177B
assets
.gitkeep 0B
logo.png 60KB
.babelrc 617B
.idea
misc.xml 174B
inspectionProfiles
Project_Default.xml 249B
modules.xml 298B
vcs.xml 180B
.travis.yml 1KB
test
.eslintrc 138B
unit
specs
LandingPage.spec.js 380B
index.js 523B
karma.conf.js 1KB
e2e
utils.js 445B
specs
Launch.spec.js 304B
index.js 434B
.electron-vue
dev-client.js 1KB
build.js 3KB
dev-runner.js 5KB
webpack.renderer.config.js 5KB
webpack.web.config.js 4KB
webpack.main.config.js 2KB
README.md 2KB
dist
electron
.gitkeep 0B
web
.gitkeep 0B
appveyor.yml 601B
.gitignore 131B
files
1.png 134KB
2.png 60KB
串口测试工具sscom5131.zip 409KB
vspd串口模拟工具.zip 5.28MB
.eslintignore 52B
package-lock.json 694KB
package.json 4KB
static
.gitkeep 0B
共 57 条
- 1
Mia不大听话
- 粉丝: 21
- 资源: 4592
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
评论2