@sqrtthree/debug-output
v1.0.0
Published
Proxy console.log with `JSON.stringify` to pretty json data in Vue.
Downloads
2
Readme
debug-output
Proxy console.log with JSON.stringify
to pretty json data in Vue.
Note: it only run in development env by default.
How to use
yarn add @sqrtthree/debug-output
# or use npm
npm install @sqrtthree/debug-output
import Vue from 'vue'
import debugOutput from '@sqrtthree/debug-output'
debugOutput.enable()
sqrtthree.com · GitHub @sqrthree · Twitter @sqrtthree