README.md 594 B

许愿树 H5

基于 Vue 3 + TypeScript + Vite + Vant 4 的移动端许愿树应用。

技术栈

  • Vue 3 (Composition API + <script setup>)
  • TypeScript
  • Vite 8
  • Vant 4 (移动端 UI)
  • Pinia (状态管理)
  • Vue Router 4
  • Leaflet + 天地图 (地图)

开发

# 安装依赖
npm install

# 启动开发服务器
npm run dev

构建与打包

# 类型检查并构建
npm run build

# 打包成 wish.zip
powershell -Command "Compress-Archive -Path dist\* -DestinationPath wish.zip -Force"

构建产物在 dist/ 目录,打包后生成 wish.zip