- 新增 qrcode.vue 依赖用于生成二维码 - 实现 Loading 组件,支持多种动画类型和配置 - 在首页表单中添加二维码显示功能 - 优化表单验证流程,添加加载状态管理 - 完善用户数据本地存储功能 |
||
|---|---|---|
| .vscode | ||
| public | ||
| src | ||
| .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.