FileShare/Avalonia-Web-VUE
luoqian d84bbb3a18 feat: 二维码访问功能,统一端点管道增强,端点迁移至 Services 层
- 新增二维码生成端点,自动检测局域网 IP,前端扫一扫即可打开网站
  - 提取 IApiResponse 接口,ServiceRequestBinder 支持强类型请求 DTO 绑定
  - FileStream 端点迁移至 AppEndpoints 统一注册,管道支持 FileStreamResponse 原始文件返回
  - 文件库端点全面使用 MapGet<TService, TRequest> 泛型注册
  - 移除 Avalonia-API/Extensions 中的业务端点文件,统一由 Services 层管理
2026-05-22 11:18:47 +08:00
..
2026-05-21 15:52:36 +08:00
2026-05-21 15:52:36 +08:00
2026-05-21 15:52:36 +08:00
2026-05-21 15:52:36 +08:00
2026-05-21 15:52:36 +08:00
2026-05-21 15:52:36 +08:00
2026-05-21 15:52:36 +08:00
2026-05-21 15:52:36 +08:00
2026-05-21 15:52:36 +08:00
2026-05-21 15:52:36 +08:00
2026-05-21 15:52:36 +08:00
2026-05-21 15:52:36 +08:00
2026-05-21 15:52:36 +08:00
2026-05-21 15:52:36 +08:00
2026-05-21 15:52:36 +08:00
2026-05-21 15:52:36 +08:00

avalonia-web

This template should help get you started developing with Vue 3 in Vite.

VS Code + Vue (Official) (and disable Vetur).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint