# ai-demo-vue **Repository Path**: biancl/ai-demo-vue ## Basic Information - **Project Name**: ai-demo-vue - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-20 - **Last Updated**: 2025-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 物体检测demo前端 ## 开发 ``` pnpm install pnpm start ``` ## 静态打包 ``` pnpm build ``` ## 预览 ``` pnpm preview ``` ## DOCKER 部署 ``` docker build -t ai-demo-fe:latest . ``` ### 环境变量 | Key | Description | |---|---| | AI_SERVER_HOST | 后端服务地址 |