# vue3TsStudy **Repository Path**: wang829aa/vue3-ts-study ## Basic Information - **Project Name**: vue3TsStudy - **Description**: Vue3+ts学习篇 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-08-10 - **Last Updated**: 2025-09-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### git 使用-test ```js git clone https://github.com/yangxiaoge/vue3-ts-admin.git git add . git commit -m "xxx" git push origin master ``` ### 前端开发(vue3+typescript) 创建 vue2 项目脚手架 ```js npm install -g @vue/cli ``` 创建 vue3 项目脚手架 ```js npm create vue@latest ```