dedsi-vue3-project
✓Vue 3 project architecture overview with specific tech stack and development guidelines
Installation
SKILL.md
| src/apiServices | API 集成和服务层(Axios 封装)。 | | src/components | 可复用的 UI 组件。 | | src/configs | 项目级配置。 | | src/layouts | 页面布局(例如:BasicLayout 基本布局)。| | src/router | 路由配置。index.ts 为入口,子模块位于 modules 目录。 | | src/stores | 用于全局状态管理的 Pinia stores。 | | src/utils | 辅助函数和工具类。 | | src/views | 对应路由的页面组件。 | | src/App.vue | Vue 根组件。 | | src/main.ts | 应用程序入口点。 |
样式 使用 UnoCSS 工具类。对于复杂或重复的样式,请使用已定义的快捷方式或在 uno.config.ts 中创建新的快捷方式。 示例:
Vue 3 project architecture overview with specific tech stack and development guidelines Source: dedsiteam/dedsi-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dedsiteam/dedsi-skills --skill dedsi-vue3-project Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/dedsiteam/dedsi-skills --skill dedsi-vue3-project- Source
- dedsiteam/dedsi-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is dedsi-vue3-project?
Vue 3 project architecture overview with specific tech stack and development guidelines Source: dedsiteam/dedsi-skills.
How do I install dedsi-vue3-project?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dedsiteam/dedsi-skills --skill dedsi-vue3-project Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/dedsiteam/dedsi-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01