# OASys-Frontend **Repository Path**: canghaiyiwei/OASys-Frontend ## Basic Information - **Project Name**: OASys-Frontend - **Description**: 基于 SpringCloud 和 Vue3 的 OA 系统前端项目 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 20 - **Created**: 2022-05-26 - **Last Updated**: 2022-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 项目地址 后端项目:[https://github.com/citrucn/OASys](https://github.com/citrucn/OASys) 后端码云地址:[https://gitee.com/citru/OASys](https://gitee.com/citru/OASys) 前端项目:[https://github.com/citrucn/OASys-Frontend](https://github.com/citrucn/OASys-Frontend) 前端码云项目:[https://gitee.com/citru/OASys-Frontend](https://gitee.com/citru/OASys-Frontend) ### 安装依赖 ``` pnpm ``` ### 运行开发服务器 ``` pnpm run dev ``` ### 构建项目 ``` pnpm run build ```