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