# itheima-vue-shop **Repository Path**: evinchan/itheima-vue-shop ## Basic Information - **Project Name**: itheima-vue-shop - **Description**: 黑马程序员2019年vue电商项目实战 github仓库地址:https://github.com/Nocae/itheima-vue-shop - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-30 - **Last Updated**: 2021-10-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # itheima-vue-shop ## Project setup ```node npm install ``` ### Compiles and hot-reloads for development ```node npm run serve ``` ### Compiles and minifies for production ```node npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ## git 命令 ### 创建分支 ```git git checkout -b xxxx ``` ### 删除分支 ```git git branch -d xxxx ``` ### 切换分支 切换主分支 ``` git checkout master ``` ### 合并分支 在 master 分支下 ```git git merge xxxx ``` ### 添加远程仓库 ```git git remote add 别名 仓库地址 ``` ### 更新远程仓库地址 ```git git remote set-url 别名 仓库地址 ``` # 发布时使用的插件/依赖 [nprogress](https://github.com/rstacruz/nprogress) [babel-plugin-transform-remove-console](https://github.com/babel/minify#readme)