Tried to add aurelia-breeze to a aurelia-cli 1.3.1 project (esnext, built-in bundler and systemjs module loader)
Adding the statement aurelia.use.plugin(‘aurelia-breeze’) to main.js and executing au run --auto-install installs aurelia-breeze@2.2.0 and breeze-client@1.7.2.
Starting the project fails with the following error:
system.js:4 GET http://localhost:9000/breeze-client/breeze.debug 404 (Not Found)
Any help or instructions on how to install and use the aurelia-breeze plugin are welcome