# data_annotation_platform_client **Repository Path**: luo-kunsong/data_annotation_platform_client ## Basic Information - **Project Name**: data_annotation_platform_client - **Description**: 众包数据标注平台前端项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master_dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-11-22 - **Last Updated**: 2024-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 注意 - 第一次拉取项目到本地请在git终端输入:git clone -b master_dev https://gitee.com/luo-kunsong/data_annotation_platform_client 其中-b表示分支名称 - 开发的时候可能需要根据需求新建Vue页面,记得在routes.js文件中添加相应的路由 - 每一次开始开发之前请使用git pull拉取最新版本到本地 - 上传代码之前请先进行测试,确认没有bug之后才上传! - 在使用git push上传之前可能需要使用git pull整合最新版本