# oa-backweb **Repository Path**: opject/oa-backweb ## Basic Information - **Project Name**: oa-backweb - **Description**: 后台 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-26 - **Last Updated**: 2024-11-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
#### 🌈 介绍 基于 vue3.x + CompositionAPI setup 语法糖 + typescript + vite + element plus + vue-router-next + pinia 技术,适配手机、平板、pc 的后台开源免费模板,希望减少工作量,帮助大家实现快速开发。 #### 🏭 环境支持 | Edge | Firefox | Chrome | Safari | | --------- | ------------ | ----------- | ----------- | | Edge ≥ 88 | Firefox ≥ 78 | Chrome ≥ 87 | Safari ≥ 13 | > 由于 Vue3 不再支持 IE11,故而 ElementPlus 也不支持 IE11 及之前版本。 #### ⚡ 使用说明 建议使用 npm,因为 yarn 有时会报错。node 版本 >= 18+ ```bash # 克隆项目 git clone https://gitee.com/weishiyun/wb_backend.git # 进入项目 cd oa_backweb # 安装依赖 npm install # 运行项目 npm run dev # 打包发布 npm run build ```