debugger-board

2.1.2 • Public • Published

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


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)

Readme

Keywords

none

Package Sidebar

Install

npm i debugger-board

Weekly Downloads

592

Version

2.1.2

License

none

Unpacked Size

2.68 MB

Total Files

10

Last publish

Collaborators

  • xudafeng
  • zivyangll
  • chun_chan