0.0.15 • Published 8 years ago

esp-js-devtools v0.0.15

Weekly downloads
4
License
Apache 2
Repository
github
Last release
8 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

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago