# 工资管理 **Repository Path**: jeff0002/wage_management ## Basic Information - **Project Name**: 工资管理 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-03-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README npm init -y npm install @dcloudio/uni-ui git config --global user.name "杰非" git config --global user.email "410354200@qq.com" git init touch README.md git add README.md git commit -m "first commit" git remote add origin https://gitee.com/jeff0002/wage_management.git git push -u origin master