- 添加生产环境和开发环境配置文件 - 根据环境变量配置axios基础URL - 优化手机号验证流程,增加清除功能 - 添加结婚证信息重置功能 - 显示二维码核销状态 - 修复验证码验证失败时的表单重置问题 |
||
|---|---|---|
| .vscode | ||
| public | ||
| src | ||
| .env.development | ||
| .env.production | ||
| .gitignore | ||
| README.md | ||
| index.html | ||
| package.json | ||
| pnpm-lock.yaml | ||
| tailwind.config.js | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
README.md
Vue 3 + TypeScript + Vite
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.