## 创建工程 npm init vite-app <project-name> ## 进入工程目录 cd <project-name> ## 安装依赖 npm install ## 运行 npm run dev
Vite通过index.html作为入口文件
index.html
← 介绍 CloudFlare使用→