# RuoYi-Vue-OA-UI **Repository Path**: Budding666/ruoyi-vue-oa-ui ## Basic Information - **Project Name**: RuoYi-Vue-OA-UI - **Description**: RuoYi-Rad-OA的前端代码,vue2 + Element 。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: http://www.wocurr.com - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 35 - **Created**: 2025-09-13 - **Last Updated**: 2025-09-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RuoYi-OA-Vue ## 开发 ```bash # 下载代码到本地,并导入到开发工具中 # 安装依赖 npm install --registry=https://registry.npmmirror.com # 启动服务 npm run dev ``` 浏览器访问 http://localhost:80 ## 发布 ```bash # 构建测试环境 npm run build:stage # 构建生产环境 npm run build:prod ```