avris-debug

0.0.2 • Public • Published

avris-debug

a tiny vue component to display a value for debugging

i've been copy-pasting this component to all my projects, might as well make it a package 🤷

it simply displays the value passed as a formatted json.

usage

import Debug from 'avris-debug';

<Debug :v="value" />

if you're using nuxt, add the following to nuxt.config.ts for the component to be available globally without having to import it:

components: [
    '~/components',
    'avris-debug',
],

author & links

Readme

Keywords

none

Package Sidebar

Install

npm i avris-debug

Weekly Downloads

1

Version

0.0.2

License

LicenseRef-OQL-1.2

Unpacked Size

5.71 kB

Total Files

4

Last publish

Collaborators

  • avris