@devflow-tools/plugin-vue 0.3.2 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,21 @@
1
+ # @devflow-tools/plugin-vue
2
+
3
+ Vue 3 expert plugin for DevFlow — bug diagnosis, Composition API, reactive debugging, and component refactoring.
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ npm install @devflow-tools/plugin-vue
9
+ ```
10
+
11
+ ## Workflows
12
+
13
+ | Workflow | Description |
14
+ |----------|-------------|
15
+ | `vue:debug-reactivity` | Trace reactive data flow to find issues |
16
+ | `vue:diagnose-bug` | Diagnose Vue bugs from error to fix |
17
+ | `vue:new-component` | Create Vue 3 components (setup + types + tests) |
18
+
19
+ ## License
20
+
21
+ MIT
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAExD,eAAO,MAAM,SAAS,EAAE,aAgKvB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAGxD,eAAO,MAAM,SAAS,EAAE,aA2vCvB,CAAC"}