# Vue3-Typescript **Repository Path**: jayzbao/vue3-typescript ## Basic Information - **Project Name**: Vue3-Typescript - **Description**: B站课程地址:https://www.bilibili.com/video/BV1ra4y1H7ih?p=1 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-12-11 - **Last Updated**: 2024-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue3-Typescript Vue3+Typescript # 在线文档 https://24kcs.github.io/vue3_study http://huaxhe.gitee.io/vue3_study_docs # 创建 tsconfig.json tsc --init # 创建 package.json npm init -y # 安装 Vite ```js npm: npm init vite@latest yarn: yarn create vite pnpm: pnpm create vite ``` # 使用 vite 创建 ```js npm init vite-app cd npm install npm run dev ```