Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to work with Aurelia #175

Closed
ericmdantas opened this issue Jun 22, 2016 · 6 comments
Closed

Add option to work with Aurelia #175

ericmdantas opened this issue Jun 22, 2016 · 6 comments
Labels
Milestone

Comments

@ericmdantas
Copy link
Owner

ericmdantas commented Jun 22, 2016

As suggested by @bernardbr in #161 (comment).

Reference: http://aurelia.io

@joelcoxokc
Copy link

Upvote

@ericmdantas
Copy link
Owner Author

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

@ericmdantas
Copy link
Owner Author

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

@ericmdantas
Copy link
Owner Author

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

@ericmdantas
Copy link
Owner Author

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
Copy link
Owner Author

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants