1.0.0 • Published 5 years ago

kyo-console v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

console

monitor your local change when

Usage

npm run serve

// import js in your project
<script src="http://[Local IP]:10001/public/console.js">

/**
 * You can also use below format. there are two params.
 *
 *  req: whether monitor http request, default is 0, 1 is open and 0 is close
 *  csl: whether monitor console.log(), default is 1, 1 is open and 0 is close 
 */
<script src="http://[Local IP]:10001/public/console.js?req=1&csl=1">

// Check log in your PC terminal