VerifVATInvoice/webapp/vite-project
liuxiaoqing 439daf3b33 refactor(webapp): 更新 API基础地址并更新示例项目资源链接
- 将 baseurl.ts 中的 API 地址从本地地址修改为阿里云服务器地址
- 更新 alibabacloud_sample 项目中的 HTML 文件引用
2025-08-18 14:39:23 +08:00
..
public feat(webapp): 初始化项目结构和功能 2025-08-17 13:24:36 +08:00
src refactor(webapp): 更新 API基础地址并更新示例项目资源链接 2025-08-18 14:39:23 +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 build(vite): 清空构建输出目录 2025-08-18 14:25:18 +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.