How to use this developer tool
- Paste a Vue component.
- Choose a parse depth.
- Run the parser.
- Copy or download the resulting JSON metadata.
Parse a Vue single-file component into structured JSON containing API style, dependencies, state, computed values, CSS classes, and block statistics.
Extracts static component metadata from template, script, and style blocks into a machine-readable report.
Dynamic imports and runtime-generated component metadata may not be visible to static analysis.
Use the preloaded sample, run the tool, then inspect the output and status before copying it into a project.
Paste a Vue SFC and run the parser to generate structured JSON metadata.
Yes. Module specifiers from import statements are included in the dependencies array.
The parser recognizes common ref and computed declarations in the script block.
Yes. Use the download button after parsing.
No. It performs static text analysis locally in the browser.
| Module | Purpose |
|---|---|
| Output | Structured JSON |
| Metadata | State, computed, and dependencies |
| Stats | Block line counts |