Aurelia Framework Stats Plugin

Published on Author Artem ButusovLeave a comment

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

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.