ericmdantas / generator-ng-fullstack

Client, server or fullstack - it's up to you. ng-fullstack gives you the best of the latest.
MIT License
704 stars 103 forks source link

Add option to work with Aurelia #175

Closed ericmdantas closed 8 years ago

ericmdantas commented 8 years ago

As suggested by @bernardbr in https://github.com/ericmdantas/generator-ng-fullstack/issues/161#issuecomment-227839310.

Reference: http://aurelia.io

joelcoxokc commented 8 years ago

Upvote

ericmdantas commented 8 years ago

Simple todo example: https://github.com/ericmdantas/aurelia-todo

ericmdantas commented 8 years ago

Implement all tests: unit and acceptance, whole generator and subgenerators.

ericmdantas commented 8 years ago

Unit tests done, missing acceptance tests - will do it later today.

ericmdantas commented 8 years ago

Make sure the path to the source code is set correctly by:

System.config({
  paths: {
    '*': 'client/dev/*',
    // ...
  }
});

Reference: https://github.com/aurelia-guides/aurelia-jspm-issues/issues/3

ericmdantas commented 8 years ago

Done.