# vue3测试项目 **Repository Path**: code_s_void_d/vue3-project ## Basic Information - **Project Name**: vue3测试项目 - **Description**: first group projection - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-01 - **Last Updated**: 2024-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. 克隆项目 ```bash git clone https://gitee.com/crimtea/keep.git ``` 2. 安装依赖 ```bash npm i ``` 3. 启动项目 ```bash npm run dev ``` 4. 创建分支 ```bash git branch *** ``` 5. 切换分支 ```bash git checkout *** ``` 6. 创建分支的同时,切换到该分支上 ```bash git checkout -b *** ``` 7. 删除分支 ```bash git branch -d *** ```