diff --git a/tests/server/README.md b/tests/server/README.md index 215348ae07880c80042849f1d4efb47b200e94e9..b0b206193c3052726a2aaaf8fabe1e6f40f846aa 100644 --- a/tests/server/README.md +++ b/tests/server/README.md @@ -1,16 +1,49 @@ -# Test Server -It is used to start the test interface service, which can test the upload, -websocket, login and other interfaces. -## Usage +# thingsboard-ui-vue -```bash +🎉 请持续关注,watch、star、fork 一键三连 + +## 预览地址 +- Thingsboard: [http://thingsboard.yantsing.com/](http://thingsboard.yantsing.com/) + - 用户名: 1069035666@qq.com + - 密码: 17621315188 (我的微信,欢迎讨论交流) -cd ./tests/server +## 使用技术 +- [Vite](https://vitejs.dev/) +## 启动 + +### 安装依赖 +```bash yarn install +``` + +### 开发环境运行 +```bash +yarn dev +``` -yarn serve +### 编译打包后运行访问 +```bash +yarn build +``` +### 代理设置 +可配置多个代理,格式:[访问接口的根路径, 代理地址, 是否保持Host头] + +## 打包 +```bash +yarn build ``` + +## 规则引擎 +规则引擎是Thingsboard的一个重要功能,用于处理设备数据流和业务逻辑。 + +## 预览图片 +![规则链示例](/images/rule_chain_20240305160850.png) + +## 🙋‍♂️ 联系我们 +- 微信: 17621315188 + +本项目的更多详细信息,请查阅相关代码和文档。欢迎贡献代码和提出建议! \ No newline at end of file