@softcodefr/vue-lens-core
v0.0.16
Published
Core utilities for Vue Lens debugging tools
Maintainers
Readme
@softcodefr/vue-lens-core
Shared core package for Vue Lens.
It exposes the in-memory event collector and debug event types used by @softcodefr/vue-lens.
Exports
import { collector } from '@softcodefr/vue-lens-core'
import type { DebugEvent, RenderEvent } from '@softcodefr/vue-lens-core'Scripts
pnpm build
pnpm typecheck
pnpm dev