# tiniy-mall **Repository Path**: hencter/web-app-dev-project-practice ## Basic Information - **Project Name**: tiniy-mall - **Description**: 讲师:dlj & gc 前后端分离 前端: Vue2 + Vant2 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-16 - **Last Updated**: 2023-03-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Web application development project practice Manage projects in the course ## Project management mode ```shell mkdir cd mkdir main cd main touch README.md git init git add . git commit -m "first commit" # Use multi branch and work tree manage git checkout --orphan git add . git commit -m "branch first commit" git checkout master git worktree add ../ ``` ## Branches - master - tinymall-front-end - tinymall-back-end Tips: If you want to push, please push after the local test is successful