一、安装项目
输入命令 yarn create vite + 项目名
yarn create vite my-vite
选择环境这里我们选择Vue

image
语言选择ts

image
项目创建完成

image
二、启动项目
cd到项目,然后安装依赖

image
启动项目
yarn run dev

image
一、安装项目
输入命令 yarn create vite + 项目名
yarn create vite my-vite
选择环境这里我们选择Vue
语言选择ts
项目创建完成
二、启动项目
cd到项目,然后安装依赖
启动项目
yarn run dev