From 9b648cc0231ece3f2bad8a2eeb07e67bdecfc323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Thu, 27 Sep 2018 09:30:57 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E6=9C=AC=E5=9C=B0=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E8=B0=83=E8=AF=95.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 本地开发调试.md | 42 +++++++++++++++++++++++++++++++++++++----- 1 file changed, 37 insertions(+), 5 deletions(-) diff --git a/本地开发调试.md b/本地开发调试.md index 8acf4fe..3d9bb2b 100644 --- a/本地开发调试.md +++ b/本地开发调试.md @@ -26,14 +26,46 @@ sudo npm i npm@3.10.10 -g 浏览器访问 http://127.0.0.1:8081 +![](images/s1.png) + +** 注意 ** 适配器请切换到调试模式,也就是上图中的红色图标 ### 安装其他基础套件 * web服务器 https://git.spacen.net/yunkong2/yunkong2.web/repository/master/archive.tar.gz -* 魔屏 -* 可视化VIS -* 历史数据 -* 统计图表 -* modbus +* 魔屏 https://git.spacen.net/yunkong2/yunkong2.material/repository/master/archive.tar.gz + + +* 可视化VIS https://git.spacen.net/yunkong2/yunkong2.vis/repository/master/archive.tar.gz +* +* 历史数据 https://git.spacen.net/yunkong2/yunkong2.history/repository/master/archive.tar.gz +* 统计图表 +* modbus https://git.spacen.net/yunkong2/yunkong2.modbus/repository/master/archive.tar.gz + +* JS + +按照需要添加实例 + +## 开发调试 + + cd node_modules + + git clone https://git.spacen.net/... + + +将准备开发的组件 git 到这个目录 + +** 注意 ** 这个目录具有git的组件后,不允许通过浏览器继续安装其他适配器,在安装其他适配器之前必须删除这个目录 + +文件准备好后,通过浏览器可以看到这个适配器 + +建议在 git 服务器上调试代码,在本机组件目录下执行 git pull + +在适配器管理页面重新 upload 这个组件,注意向上的图标 + +![](images/s2.png) + + +