# weblog-ts **Repository Path**: tiansahung/weblog ## Basic Information - **Project Name**: weblog-ts - **Description**: 个人博客 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-23 - **Last Updated**: 2026-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # weblog-ts 前后端统一联调工作区。 ## 目录 - `backend/`: Spring Boot 后端,来源 `D:\tsCode\weblog-springboot` - `frontend/`: Vue 前端,来源 `D:\weblog\weblogvue` ## 常用命令 后端: ```powershell cd backend mvn -pl weblog-web -am spring-boot:run ``` 前端: ```powershell cd frontend npm install npm run dev ``` 提交: ```powershell git status git add . git commit -m "your message" ```