Update 本地开发调试.md
This commit is contained in:
parent
a0143e8b19
commit
9b648cc023
42
本地开发调试.md
42
本地开发调试.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)
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user