# data-element-platform **Repository Path**: wang_xuhui/data-element-platform ## Basic Information - **Project Name**: data-element-platform - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2024-11-04 - **Last Updated**: 2025-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # data-element-platform #### 介绍 数据要素平台前端 #### 安装教程 1. 连接何安康wifi hak 密码: hak123456 2. 下载nodejs 3. 克隆项目 git clone https://gitee.com/wang_xuhui/data-element-platform.git 4. 在cmd命令行或者开发工具命令行内进入data-element-platform目录下 执行 npm install 之后执行npm run dev启动项目 出现登录界面就是启动成功 #### git协同开发说明 1. 每天开发之前先 git pull 同步别人的代码 2. 开发完成一个阶段后 先 git add . 再 git reset node_modules/ 之后 git commit -m "开发内容备注" 最后 git push