# pro-vue **Repository Path**: OPU-FE/pro-vue ## Basic Information - **Project Name**: pro-vue - **Description**: 基于ant design vue的项目基础框架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-05-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ant-design-vue-dataForm 基于 Ant Design Vue 进行封装一个项目初始化的基础框架。 #### 一、安装 ```shell // 下载项目代码 git clone https://gitee.com/OPU-FE/pro-vue.git // 进入项目目录 cd pro-vue // 安装依赖 npm install // 启动项目 npm run serve ```