Configuration, Authentication and Api plugins for Aurelia 2 (lite experimental version)

Big fan of Aurelia 1 here. We have been using it in production for quite a while now. Our setup always included following 3 plugins:

  • aurelia-configuration
  • aurelia-authentication
  • aurelia-api

I got some free time last weekend and decided to take a crack at aurelia 2. Loving it so far. While browsing through documentation and experimenting with building plugins, as a coding exercise I ported rudimentary versions of aforementioned plugins. We use them for experiments until the full-blown versions by far more competent people are available.
For anyone that might find it useful, plugins are available as npm packages:

6 Likes

Awesome!

Have been waiting to test au2 extensivley because I wanted to port those libraries first.
Thank you :slight_smile:

1 Like