# vue-ts **Repository Path**: zuoqiuming/vue-ts ## Basic Information - **Project Name**: vue-ts - **Description**: vue3+ts,Vue2项目升级到Vue3 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-06 - **Last Updated**: 2021-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 一、初始化项目 1. 操作命令 vue create vue-ts cd vue-ts npm run serve vue add typescript ``` Installation Questions Use class-style component syntax? Yes Use Babel alongside TypeScript? Yes Convert all .js files to .ts? Yes Allow .js files to be compiled? Yes Skip type checking of all declaration files? Yes ``` 2. 目录文件说明 tree.md 3. tsconfig.json 自定义编译过程, 添加或更改成自己的配置 4. vue版本升级 vue add vue-next 下载安装vue-cli-plugin-vue-next 将应用升级到vue3 npm run serve 编辑过程中的关于ts的报错和警告