-
Notifications
You must be signed in to change notification settings - Fork 101
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
Comments
Upvote |
Simple todo example: https://github.com/ericmdantas/aurelia-todo |
ericmdantas
added a commit
that referenced
this issue
Jul 28, 2016
ericmdantas
added a commit
that referenced
this issue
Jul 28, 2016
ericmdantas
added a commit
that referenced
this issue
Jul 28, 2016
ericmdantas
added a commit
that referenced
this issue
Jul 28, 2016
ericmdantas
added a commit
that referenced
this issue
Jul 28, 2016
…e deps for jspm in package.json, #175
ericmdantas
added a commit
that referenced
this issue
Jul 28, 2016
Implement all tests: unit and acceptance, whole generator and subgenerators. |
ericmdantas
added a commit
that referenced
this issue
Jul 29, 2016
ericmdantas
added a commit
that referenced
this issue
Jul 29, 2016
ericmdantas
added a commit
that referenced
this issue
Jul 29, 2016
Unit tests done, missing acceptance tests - will do it later today. |
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
added a commit
that referenced
this issue
Jul 29, 2016
ericmdantas
added a commit
that referenced
this issue
Jul 29, 2016
ericmdantas
added a commit
that referenced
this issue
Jul 29, 2016
ericmdantas
added a commit
that referenced
this issue
Jul 29, 2016
ericmdantas
added a commit
that referenced
this issue
Jul 29, 2016
Done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As suggested by @bernardbr in #161 (comment).
Reference: http://aurelia.io
The text was updated successfully, but these errors were encountered: