vite 官方文档open in new window
## 创建工程 npm init vite-app <project-name> ## 进入工程 cd <project-name> ## 安装依赖 npm i ## 运行 npm run dev