基于 Vue 3 + TypeScript + Vite + Vant 4 的移动端许愿树应用。
<script setup>)# 安装依赖
npm install
# 启动开发服务器
npm run dev
# 类型检查并构建
npm run build
# 打包成 wish.zip
powershell -Command "Compress-Archive -Path dist\* -DestinationPath wish.zip -Force"
构建产物在 dist/ 目录,打包后生成 wish.zip。