Skip to content

vite 安装与使用

创建 vite 项目

sh
npm create vite@latest

使用模板

sh
npm create vite@latest my-vue-app -- --template vue