DedsiTeam
@DedsiTeam
Public Skills
dedsi-native-coding
by DedsiTeam
DedsiNative (.NET 10) DDD/Clean Architecture Web API 开发规范、模板与排错指引。用于在 content/src 下新增或维护 Domain/Infrastructure/Operation/HttpApi 代码、补全 EF Core 配置/仓储/Minimal API 端点,或排查 DI/数据库/异常处理中间件问题。
dedsi-framework
by DedsiTeam
基于 DedsiFramework 源代码,提供 Dedsi Framework(ABP 扩展框架)的模块速查、接入步骤、常见用法与问题定位建议。在读取源代码时忽略 bin 和 obj 目录。
dedsi-vue-ui
by DedsiTeam
Dedsi-Vue-UI 是一个基于 Vue 3 + TypeScript 的现代化 UI 组件库,提供了 37+ 个高质量组件,涵盖基础、布局、导航、数据展示和反馈等场景。
dedsi-vue3-coding
by DedsiTeam
Vue 3 coding guidelines and best practices with Dedsi UI components
dedsiddd-dotnet-coding
by DedsiTeam
用于在 DedsiDDD + .NET 项目中,按统一约定生成 DDD/CQRS 常见代码骨架(领域模型、DTO、EF Core 映射、仓储、Commands、Queries、Controller)。
pinia-best-practices
by DedsiTeam
Pinia store TypeScript configuration and typing issues. Covers storeToRefs type loss, getters circular references, and setup store patterns. Use when working with Pinia stores in Vue 3 projects, debugging store type errors, or fixing storeToRefs type inference.
dedsi-vue3-project
by DedsiTeam
Vue 3 project architecture overview with specific tech stack and development guidelines
vue-best-practices
by DedsiTeam
Comprehensive Vue 3 development best practices, TypeScript configuration, tooling troubleshooting, testing patterns, and composition API gotchas. Covers vue-tsc, Volar, Vite configuration, Vue Router typing, component testing, reactivity patterns, and SFC features. Use when working with Vue 3 + TypeScript projects, debugging build errors, writing tests, or following best practices.
vueuse-best-practices
by DedsiTeam
VueUse composable patterns and TypeScript integration. Covers common VueUse gotchas, SSR compatibility, and best practices. Use when working with VueUse composables, debugging VueUse issues, or integrating VueUse with SSR.