Client-side debugbar for the Alchemy MVC
npm install alchemy-debugbarA client-side debugbar for the Alchemy MVC
Just installing the npm package can be done like this:
$ npm install alchemy-debugbar
You can activate the plugin by adding this to the main bootstrap.js file:
``javascript``
alchemy.usePlugin('debugbar');