alchemy-debugbar
v0.4.0
Published
Client-side debugbar for the Alchemy MVC
Downloads
4
Maintainers
Readme
Alchemy Debugbar
A client-side debugbar for the Alchemy MVC
Installation
Just installing the npm package can be done like this:
$ npm install alchemy-debugbar
Use
You can activate the plugin by adding this to the main bootstrap.js
file:
alchemy.usePlugin('debugbar');