# UTADF-Element **Repository Path**: qyf0310/utadf-element ## Basic Information - **Project Name**: UTADF-Element - **Description**: 使用element的admin管理端(基于ruoyi-admin修改,匹配V4版UTADF) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-06 - **Last Updated**: 2024-11-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 开发 # 安装依赖 npm install # 启动服务 npm run dev ``` 浏览器访问 http://localhost:80 ## 发布 ```bash # 构建测试环境 npm run build:stage # 构建生产环境 npm run build:prod ```