@paintless/mapper-vue
v0.1.0
Published
Vite plugin that annotates Vue SFC template elements with their source location for Paintless
Downloads
155
Maintainers
Readme
@paintless/mapper-vue
Vite plugin that stamps Vue SFC template elements with their file and line.
import { paintlessVueMapper } from '@paintless/mapper-vue'
export default defineConfig({
plugins: [vue(), paintlessVueMapper()],
})Handles the SFC template block; the JSX rewriter lives in
@paintless/mapper-core.
Part of Paintless — click an element in a running app, describe the change, let an agent make it. Docs: https://kyechan99.github.io/paintless/
MIT © kyechan99
