# vue3-tov-ui **Repository Path**: JuliusDeng-vuejs-learn/vue3-tov-ui ## Basic Information - **Project Name**: vue3-tov-ui - **Description**: monorepo 管理的vue3组件库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-27 - **Last Updated**: 2025-03-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue 3 + TypeScript + Vite # 2.6 git ## git init -- git branch -M main(名字:或者master) -- git add . (添加到本地)-- git commit -m '备注信息'(已提交到本地仓库) ##