VerifVATInvoice/webapp/vite-project
liuxiaoqing 0c4e94b5af feat(webapp): 初始化项目结构和功能
- 创建项目目录和文件结构
- 添加基础的 Vue组件和布局
- 实现简单的路由和页面切换
- 添加数据库操作相关代码
- 引入 dateutil 库并添加相关测试
2025-08-17 13:24:36 +08:00
..
public feat(webapp): 初始化项目结构和功能 2025-08-17 13:24:36 +08:00
src feat(webapp): 初始化项目结构和功能 2025-08-17 13:24:36 +08:00
.gitignore feat(webapp): 初始化项目结构和功能 2025-08-17 13:24:36 +08:00
index.html feat(webapp): 初始化项目结构和功能 2025-08-17 13:24:36 +08:00
package-lock.json feat(webapp): 初始化项目结构和功能 2025-08-17 13:24:36 +08:00
package.json feat(webapp): 初始化项目结构和功能 2025-08-17 13:24:36 +08:00
README.md feat(webapp): 初始化项目结构和功能 2025-08-17 13:24:36 +08:00
tsconfig.app.json feat(webapp): 初始化项目结构和功能 2025-08-17 13:24:36 +08:00
tsconfig.json feat(webapp): 初始化项目结构和功能 2025-08-17 13:24:36 +08:00
tsconfig.node.json feat(webapp): 初始化项目结构和功能 2025-08-17 13:24:36 +08:00
vite.config.ts feat(webapp): 初始化项目结构和功能 2025-08-17 13:24:36 +08:00

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.