xudafeng / debugger-board

datahub debugger board

Home Page:https://macacajs.github.io/debugger-board/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

debugger-board

datahub debugger board


NPM version build status Test coverage node version npm download

Installation

Common Usage

Live demo

  • Script with attribute tag for append to point element
<script append="body" src="//unpkg.com/debugger-board@latest/dist/debugger-board.js"></script>
  • Script without attribute tag
<script src="//unpkg.com/debugger-board@latest/dist/debugger-board.js"></script>
<script>
  window._debugger_board.append(document.body);
</script>

Use with datahub-proxy-middleware

$ npm i datahub-proxy-middleware --save-dev

And set showBoard true.

Contributors


xudafeng


Chan-Chun

This project follows the git-contributor spec, auto updated at Wed Nov 17 2021 12:42:51 GMT+0800.

License

The MIT License (MIT)

About

datahub debugger board

https://macacajs.github.io/debugger-board/


Languages

Language:JavaScript 66.6%Language:HTML 21.4%Language:Less 12.0%