# vue2-templete **Repository Path**: zhao_yuanda/vue2-templete ## Basic Information - **Project Name**: vue2-templete - **Description**: vue2模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-21 - **Last Updated**: 2023-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # zvue2-temp ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ## git 工作流 - 以我zyd分支为例 先git push 到远程自己分支 - 然后git checkout master 切换到master主分支 然后 git merge zyd - 如果没有冲突就 git push