# yeda **Repository Path**: lfw1024/yeda ## Basic Information - **Project Name**: yeda - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-24 - **Last Updated**: 2025-07-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 开发环境 ```bash # 进入项目目录 cd ruoyi-ui # 安装依赖 npm install --registry=https://registry.npmmirror.com # 启动服务 npm run dev # 浏览器访问 http://localhost:80 - admin - admin123 ``` ## 发布 ### 构建前端生产环境 ```bash npm run build:prod 生成程序文件夹: yeda\ruoyi-ui\dist ``` ### 构建后端生产环境 ```bash 在ruoyi项目的bin目录下执行package.bat打包工程 生成程序文件夹: yeda\ruoyi-admin\target ```