0.0.15 • Published 9 years ago

esp-js-devtools v0.0.15

Weekly downloads
4
License
Apache 2
Repository
github
Last release
9 years ago

npm Join the chat at https://gitter.im/esp/chat

Evented State Processor (ESP) Dev Tools

The esp-js devtools give you the ability to monitor activity of all models in all routers.

Features:

  • A real-time view of events and errors as they are processed by your models.
  • Ability to zoom to the nth degree.
  • Ability to log the entire event to the browsers console.
  • Can be opened and closed (it's currently implemented as a floating div).

screenshot

Installation

Install from npm: npm install --save esp-js-devtools.

Wire it up early on in your app:

import espDevTools from 'esp-js-devtools';
espDevTools.registerDevTools();

Activation

It's activate using a keyboard shortcut: ctrl + alt + d.

Demo

For a demo check out the esp port of the react chat app.

ESP Documentation

http://esp.readthedocs.org.

Licence

Apache 2

0.0.15

9 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago