How to use this developer tool
- Paste Vue source code.
- Select a validation profile.
- Run the validator.
- Fix failed rules in severity order.
Validate Vue components against basic, recommended, or strict conventions covering structure, accessibility, security, and explicit component APIs.
Evaluates a transparent rule set and returns pass/fail outcomes plus a score rather than attempting full compilation.
Use Vue Checker for probable bugs and Vue Validator for coding-standard compliance.
Use the preloaded sample, run the tool, then inspect the output and status before copying it into a project.
Choose a validation profile and run the rule set against the Vue source.
Yes. Common image, label, and semantic accessibility rules are included.
Checker targets likely mistakes; Validator measures compliance with selected conventions.
Yes, when event emission patterns are detected.
It is the percentage of selected static rules that pass.
| Module | Purpose |
|---|---|
| Profiles | Basic, recommended, strict |
| Rules | Structure, a11y, security |
| Score | Passed rules percentage |