GitShow/antfu/vite-plugin-vue-tracer
antfu

vite-plugin-vue-tracer

Tracer for the source code of elements and vdoms in Vue SFC.

by antfu
Star on GitHubForknpm

TypeScript

84 stars5 forks2 contributorsActive · 1mo agoSince 2025v1.4.0MIT

Meet the team

See all 2 on GitHub →
antfu
antfu43 contributions
danielroe
danielroe1 contribution

Languages

View on GitHub →
TypeScript61.2%
Vue33.5%
CSS3.9%
HTML1.1%
JavaScript0.4%

Commit activity

Last 12 weeks · 2 commits

Full graph →

Community health

5 of 6 standards met

Community profile →
85
✓README✓License✓Contributing✓Code of Conduct○Issue Template✓PR Template

Recent PRs & issues

Active · 3 in progress · Last activity 1mo ago
See all on GitHub →
JianJroh
fix: track main rect reactively on scroll and resizeOpenPR

Summary Main highlight rect didn't follow on scroll/resize while sub rects did. Root cause: reuses the same instance, so Vue reactive treats it as unchanged, and is a non-reactive getter. Fix by storing that gets a fresh value on every — same pattern as . Behavior Before https://github.com/user-attachments/assets/b5f51933-9dab-4235-b1e0-120e9f861e13 After https://github.com/user-attachments/assets/7071de33-ea55-4686-86d6-e4eac35d97d8 Test plan [ ] Hover an element, scroll the page — main rect follows [ ] Resize window — main rect tracks new layout [ ] Hover a item — sub rects still follow

JianJroh · 1mo ago
JianJroh
fix: resolve module path relative to workspace rootOpenPR

Description Use instead of as the base for monorepo. Changes Position: Releated https://github.com/vitejs/devtools/pull/255#discussion_r2979327788 Test 1. Build and pack this plugin: 2. In a consumer repo (e.g. ), install the tarball via 3. Start vue tracer

JianJroh · 1mo ago
JianJroh
ci: add release-commitOpenPR
JianJroh · 1mo ago

Recent fixes

View closed PRs →
danielroe
chore(deps): bump peerDep to accept vite 8MergedPR

noticed when testing

danielroe · 1mo ago
erwanjugand
Add vite 8 supportClosedIssue

Clear and concise description of the problem Vite 8 officially not supported Suggested solution Make the plugin compatible with Vite 8 :) Alternative _No response_ Additional context _No response_ Validations [x] Follow our Code of Conduct [x] Read the Contributing Guide. [x] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.

erwanjugand · 1mo ago
antfu
feat: update deps and declare Vite 8 supportMergedPR

Summary Bumps the dev catalog: 7→9, 28→30, 5.9→6.0, 10→11, 0.9→1.0, 0.1.0→0.1.23, 8.0.0→8.0.13, plus minor revs of , /presets, , , , , , , . Declares Vite 8 support in () and bumps to . Drops two comments in that are no longer needed under v9. Test plan [ ] CI passes (lint, typecheck, build, tests) on the PR.

antfu · 1mo ago
Structured data for AI agents

Repository: antfu/vite-plugin-vue-tracer. Description: Tracer for the source code of elements and vdoms in Vue SFC. Stars: 84, Forks: 5. Primary language: TypeScript. Languages: TypeScript (61.2%), Vue (33.5%), CSS (3.9%), HTML (1.1%), JavaScript (0.4%). License: MIT. Latest release: v1.4.0 (1mo ago). Open PRs: 3, open issues: 1. Last activity: 1mo ago. Community health: 85%. Top contributors: antfu, danielroe.

·@ofershap

Replace github.com with gitshow.dev