About a month ago, I started to make experiments with the webpack plugin for Aurelia in order to split my applications into multiple bundles. The application in question is a strategy game called Arena of Titans. You can see it there (click play to create a game, or use this …
read morePlugin for statistics with Piwik on an Aurelia SPA
On Arena of Titans a game based on the Aurelia web framework I am developing with a friend, we use Piwik to have statistics about our visitors. When we were about to launch the game, I realized that Piwik was not logging all the pages but only the pages on …
read moreResolving blank page problem of Aurelia app with webpack on Safari
How I switched an Aurelia application to webpack
Note: I wrote this post when aurelia-webpack wast still in pre 1.0.0 release. As niieani pointed out in the comments part of it may be outdated and you way want to use aurelia-webpack with easy-webpack instead. The general ideas are still valid though.
First thing first: why would …
read moreSmall comparison of ionic2 and Aurelia + Framework7 for hybrid mobile applications
Update (2017-08-14): I finally published the part on Aurelia UX. See it here.
Updates (2017-01-24):
- aurelia-interface has been deprecated in favour of aurelia-ux.
- Add a link to my article about aurelia-validation.
- I don't think I'll start a project to use Aurelia with Framework7. I want to test aurelia-ux first. However …