|
|
hai 2 semanas | |
|---|---|---|
| .. | ||
| .vscode | hai 1 mes | |
| public | hai 1 mes | |
| src | hai 2 semanas | |
| .gitignore | hai 1 mes | |
| README.md | hai 2 semanas | |
| components.d.ts | hai 2 semanas | |
| index.html | hai 1 mes | |
| package-lock.json | hai 1 mes | |
| package.json | hai 1 mes | |
| tsconfig.app.json | hai 1 mes | |
| tsconfig.json | hai 1 mes | |
| tsconfig.node.json | hai 1 mes | |
| vite.config.ts | hai 1 mes | |
| wish.zip | hai 2 semanas | |
基于 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。