# webpack **Repository Path**: chang_huiping/webpack ## Basic Information - **Project Name**: webpack - **Description**: webpack配置 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-03 - **Last Updated**: 2021-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 将新创建的项目push到git上 git init git add . git commit -m 'webpck配置' git remote add origin https://gitee.com/*/xx.git git pull --rebase origin master git push -u origin master ###