# AIOTEC_UI **Repository Path**: yang_hui1/AIOTEC_UI ## Basic Information - **Project Name**: AIOTEC_UI - **Description**: AIOTEC_UI AIOTEC是视频分析与物联网的融合系统!系统支持对监控视频的实时分析(图像识别功能,自动检测视频中的危险源及动作),系统支持物联网产品的接入如消防产品、安防产品、能源产品等。 - **Primary Language**: Python - **License**: AGPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2025-12-02 - **Last Updated**: 2025-12-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Gatewaybox UI Administration UI for WisdIoT gatewaybox based on nodejs and vue. ## Requirements - Docker - Nodejs 18 (alternative) ## Usage ### Non-dockerization #### Project Setup ```sh git clone https://gitee.com/jizhi_shandong/gateway gateway_ui && cd gateway_ui npm install ``` #### Compile and Hot-Reload for Development ```sh npm run dev ``` #### Compile and Minify for Production ```sh npm run build ``` #### Lint with [ESLint](https://eslint.org/) ```sh npm run lint ``` ### Dockerization ```sh git clone https://gitee.com/jizhi_shandong/gateway gatewaybox_ui && cd gatewaybox_ui ``` ```sh docker build -t gatewaybox_ui:tag . ``` ```sh docker run -d -p CUSTOM_PORT:80 gatewaybox_ui:tag ``` Visit `http://localhost:CUSTOM_PORT` via your web browser. ## TODO - Add support for customizing the address of the api interface - Full dockerization