npm init vite-app <project-name>
cd <project-name>
根据控制台的提示执行:
npm install / yarn
npm run dev / yarn dev
然后就可以看到启动页了