Loading

随笔分类 -  桌面GUI应用

摘要:一、项目启动 npm run dev 启动前提: 1、已二次编译serialport 2、在webpack中添加:{serialport: 'serialport'} externals: [ ...... { serialport: 'serialport' } ], 正常启动: 二、项目打包 我 阅读全文
posted @ 2020-05-07 11:27 小飞猪咯咯 阅读(1600) 评论(0) 推荐(0)
摘要:参考: https://serialport.io/docs/guide-usage https://blog.csdn.net/chen_soldier/article/details/86848318 https://www.jianshu.com/p/65e2afa199f9 https:// 阅读全文
posted @ 2020-05-07 10:36 小飞猪咯咯 阅读(4969) 评论(2) 推荐(0)
摘要:参考: https://blog.csdn.net/qq_25430563/article/details/87968837 https://blog.csdn.net/weixin_36250061/article/details/103472978 https://github.com/seri 阅读全文
posted @ 2020-04-15 23:32 小飞猪咯咯 阅读(5917) 评论(1) 推荐(0)