个人项目集合,使用 Git Submodules 管理多个独立项目。
- todo-app - 待办事项应用(Vue 3 + TypeScript + Vite + Pinia + Tailwind CSS)
- markdown-notes - Markdown 笔记应用(Vue 3 + TypeScript + Vite + Pinia + Tailwind CSS + highlight.js)
- pomodoro-timer - 番茄钟计时器(Vue 3 + TypeScript + Vite)
git clone --recurse-submodules https://github.com/lidaixingchen/my-vibe-codings.gitgit submodule add <仓库地址> <目录名>git submodule update --remotegit submodule update --init --recursive