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:
- @starnetbih/au2-auth
- @starnetbih/au2-configuration
-
@starnetbih/au2-api
Source code is available at:
GitHub - StarNetTz/au2-plugins
Cheers…