As many of you know, I have been working on an in-progress book on Aurelia titled Aurelia For Real World Applications for quite a while …
Aurelia 1
Code Splitting Your Aurelia Webpack Applications
In this article we won't be detailing how to setup a new Webpack application, but how you can leverage code splitting to reduce the size of …
Why You Should Give Aurelia A Chance In 2017
When it comes to frameworks and libraries, developers have never had so much choice. So understandably, it can be hard to convince a …
Announcing Discover Aurelia
Update: I am working in recovering the site. I moved servers and some data was corrupted. The site will be down until it's fixed. Since …
Injection With Inheritance in Aurelia
In Aurelia if you have a parent/base class and one or more children that inherit from this class AND the parent class has some injectables …
Fixing Aurelia Webpack PushState “index.html” Problem
If you're using the Aurelia Webpack Skeleton and you're developing locally using the development server, then you have probably encountered …
Inline SVG Custom Element in Aurelia
A unique scenario popped up recently during a project I am building with Aurelia. I needed to cleanly be able to insert SVG images from a …
Introducing Built With Aurelia
Built With Aurelia is a nice little application that showcases what the Aurelia community are building with Aurelia and has been in the …
Adding The Aurelia Fetch Client Into An Aurelia CLI Project
So you're using the CLI to build your next Aurelia application and you want to use the Fetch client? You might have noticed by default it …