Aurelia Framework Stats Plugin

Author Artem Butusov · Published on April 18th, 2016

I would like to announce Aurelia Framework statistics plugin.

This plugin allow to debug binding issues and missing @computedFrom(...) annotations in applications built with Aurelia Framework.

Just run:

jspm install aurelia-stats --dev

And then activate plugin in main.ts or main.js:

aurelia.use.plugin('aurelia-stats');

And include styles:

<link rel="stylesheet" href="jspm_packages/github/sormy/aurelia-stats@1.0.1/aurelia-stats.css">

I’m looking for your feedbacks.

More details could be found on project homepage