mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-22 16:11:23 +08:00
feat: add Vue ecosystem review support
This commit is contained in:
@@ -97,6 +97,14 @@
|
||||
"framework-language"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "framework:vue",
|
||||
"family": "framework",
|
||||
"description": "Vue.js, Nuxt, Pinia, and Vue Router engineering guidance. Currently resolves through the shared framework-language module.",
|
||||
"modules": [
|
||||
"framework-language"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "framework:nextjs",
|
||||
"family": "framework",
|
||||
@@ -510,6 +518,14 @@
|
||||
"framework-language"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "skill:vue-patterns",
|
||||
"family": "skill",
|
||||
"description": "Vue.js 3 Composition API, reactivity, Pinia, Vue Router, and Nuxt SSR patterns.",
|
||||
"modules": [
|
||||
"framework-language"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "skill:backend-patterns",
|
||||
"family": "skill",
|
||||
|
||||
@@ -183,7 +183,8 @@
|
||||
"skills/springboot-patterns",
|
||||
"skills/springboot-tdd",
|
||||
"skills/springboot-verification",
|
||||
"skills/ui-to-vue"
|
||||
"skills/ui-to-vue",
|
||||
"skills/vue-patterns"
|
||||
],
|
||||
"targets": [
|
||||
"claude",
|
||||
|
||||
Reference in New Issue
Block a user