Skip to content

lidaixingchen/my-vibe-codings

Repository files navigation

My Vibe Codings

个人项目集合,使用 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.git

添加子项目

git submodule add <仓库地址> <目录名>

更新所有子模块

git submodule update --remote

初始化子模块(已克隆但未初始化)

git submodule update --init --recursive

About

我的vibe coding练手项目

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors