debugger-board
v2.1.2
Published
datahub debugger board
Downloads
8,666
Readme
debugger-board
datahub debugger board
Installation
Common Usage
- 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|zivyll | :---: | :---: | :---: |
This project follows the git-contributor spec, auto upated at Thu Apr 19 2018 22:58:33 GMT+0800
.
License
The MIT License (MIT)