Writing a PWA with Aurelia

Posted on 2019-09-01 in Aurelia • Tagged with JavaScript, TypeScript, Aurelia, Mobile, PWA

I feel like Progressive Web Application (PWA for short) are a more and more popular way to build mobile apps. That's understandable since you can use the same technology you use to build a SPA to build one! So …


Continue reading

A sample application with Aurelia UX

Posted on 2017-08-14 in Aurelia • Tagged with ionic2, angular2, aurelia, framework7, android, mobile

This is a follow up to my Small comparison of ionic2 and Aurelia + Framework7 for hybrid mobile applications article where I compared ionic2 and Aurelia with Framework 7 for building an hybrid applications. At the time, Aurelia UX was not yet ready (and we were expecting a different, closed source …


Continue reading

Form validation with Aurelia

Posted on 2017-01-24 in Aurelia • Tagged with aurelia, android, mobile

Note

Update from 2017-01-25: after new exchanges with Doug Kent I was able to improve my workaround to disable the submission of the form until it is valid. See the Disable the submission until the form is valid section for the code.

I promised some months ago that I will …


Continue reading

Small comparison of ionic2 and Aurelia + Framework7 for hybrid mobile applications

Posted on 2016-03-15 in Aurelia • Tagged with ionic2, angular2, aurelia, framework7, android, mobile

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 …

Continue reading