The Aurelia 2 makes command ships with the option to scaffold applications and plugins. However, the plugin scaffold uses Webpack and a …
Aurelia 2
Moving All My Aurelia Plugins Into a Monorepo
Over the last few years, I have created a few plugins for Aurelia, mostly for Aurelia 1. However, with Aurelia 2 on the horizon (possibly …
Aurelia 2 vs Svelte — The battle of two front-end underdogs
In this video, I compare some basics like reactivity, component creation and events in Aurelia 2 and Svelte. You'll notice some similarities …
Building with Aurelia 2: Episode #1 — Search autocomplete with term highlighting
Because I love punishing myself and loading my plate with more things, I have embarked on a new Aurelia 2 series called Building with …
How to Get the Viewmodel Instance From the Aurelia 2 Au-Compose Element
Dynamic composition is a crucial part of developing robust user interfaces in Aurelia. If you worked with the compose element in Aurelia 1, …
How to Stop Aurelia 2 From Stripping Your Aurelia Attributes From the Compiled HTML
In Aurelia 1, you could debug and identify Aurelia applications based on specific attributes in the dom. In Aurelia 2, the default setting …
Working With the Children Decorator in Aurelia 2
In Aurelia 1, we had the children decorator which allows you to query HTML elements inside of a component and then access them. In Aurelia …
Working With slot & au-slot in Aurelia 2
In Aurelia 2, we have a couple of different ways of working with slotted content. If you are familiar with Web Components, the slot element …
Inferred bindable properties in Aurelia 2
About a year or so ago in the internal Aurelia core team chat, I raised an idea for inferred bindings. A lot of the time I find myself …