As much as I love Npm, it can be quite buggy at times, especially on Windows. One such error I encountered recently was trying to install …
Aurelia 1
Aurelia Goes Stable 1.0: RTM
It has finally happened. After a long beta and relatively short release candidate period, Aurelia has hit a version 1.0 stable release which …
WebComponents.js & Webpack Polyfilling In Aurelia
If you are developing an Aurelia application, just so happen to be using Webpack and need to support Internet Explorer 10, then you will …
Adding PostCSS/Autoprefixer To The Aurelia CLI
I have been having a bit of fun using the Aurelia CLI. One of the downsides is if you want to use Autoprefixer and PostCSS with something …
Binding An Aurelia Form To An Object Model
Whilst working on a cool little Pokemon focused Aurelia app using the Aurelia CLI I encountered a scenario I didn't immediately know the …
Binding Multiple Checkboxes To An Array In Aurelia
In an application recently I need to display several confirmation checkboxes and once all of these checkboxes had been ticked, a submit …
Access The Aurelia Controller/App Instance From Your Browser
One of the lesser known abilities of Aurelia is that every Aurelia element has an au property on it. This means if you query the DOM for an …
Using Lodash With An Aurelia CLI Requirejs Project
Even though I primarily use Webpack for a massive Aurelia project I am working on, I am doing a fun internal project at work and decided to …
Aurelia Reaches Release Candidate
After over a year of hard work from the community and Aurelia team, the framework I and many others have grown to love has finally hit …