搭建 vite+react 项目 一、初始化项目 yarn create vite // 初始化 (根据提示,确定项目名称、选择框架react、选择react还是react-ts ) cd 项目名称 ...