Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
duncanmcclean's profile
duncanmcclean
13 contributions
duncanmcclean

duncanmcclean/vue-component-debug

Adds HTML comments to the start and end of each Vue component.

JavaScript
1
0
MIT License

Support the dependencies of duncanmcclean/vue-component-debug

Account's avatar
vitejs/vite-plugin-vue
The official plugin for Vue SFC support in Vite.
Account's avatar
vuejs/test-utils
Account's avatar
jsdom/jsdom
A JavaScript implementation of many web standards
Account's avatar
vitest-dev/vitest
Next generation testing framework powered by Vite
Account's avatar
vitejs/vite
Native-ESM powered web dev build tool
Account's avatar
vuejs/core
The progressive JavaScript framework for building modern web UI.

Vue Component Debug is a lightweight Vue plugin that injects HTML comment markers around each rendered component (e.g., `<!-- Start component: … -->` and `<!-- End component: … -->`). It helps developers quickly identify component boundaries directly in the DOM without opening Vue Devtools, and can be toggled on or off (default on in development, off in production). Ideal for front‑end engineers debugging or profiling Vue applications.