# ammis-management **Repository Path**: coder_jk/ammis-management ## Basic Information - **Project Name**: ammis-management - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2025-04-14 - **Last Updated**: 2025-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AutoMarkMedicalImageSystem AMMISystem医学影像智能标注系统© ## 后台管理系统 基于RuoYi-Vue3 ### 安装依赖 ``` yarn --registry=https://registry.npmmirror.com ``` ### 启动 ``` yarn dev // 访问地址 http://localhost:80 ``` ### 打包 #### 构建测试环境 ``` yarn build:stage ``` #### 构建生产环境 ``` yarn build:prod ```