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

Community stewardship of this package? #10

Open
brylie opened this issue Feb 3, 2017 · 5 comments
Open

Community stewardship of this package? #10

brylie opened this issue Feb 3, 2017 · 5 comments

Comments

@brylie
Copy link

brylie commented Feb 3, 2017

@TsumiNa thanks for this great initial work to bring the elegance of Aurelia to the Meteor community. I would like to 'revive' this package, to update it to use recent versions and methods for packaging such as NPM. Would you please help me understand what this package does, so that I can try my hand at creating an updated version?

@TsumiNa
Copy link
Owner

TsumiNa commented Feb 3, 2017

Thank you @brylie. Be honestly, I doesn't use Meteor for a long time and need someone like you to bring Aurelia to new Meteor. 😃

This package is simple. It use systemjs(meteor port which I made it) to load Aurelia in front-end. Because Meteor use it's own html template system(blaze-html-templates), so I removed blaze-html-templates and spacebars packages and use my own to compile html files with aurelia. The compiler is part of systemjs so here is nothing different from others did without meteor. You can see systemjs on github for details.

I heard that new Meteor has using normal npm to manage packages and have a systemjs like ES6 loader system to handle ES6 javascript. so I think this package should not be needed anymore.

Any questions please let me know, thank you!

@brylie
Copy link
Author

brylie commented Feb 3, 2017

OK, cool. So it might be possible to use the Aurelia NPM packages directly?

@TsumiNa
Copy link
Owner

TsumiNa commented Feb 3, 2017

@brylie Yes, I think so. Try it read Meteor package's tutorial to get more.

@nilsi
Copy link

nilsi commented Mar 5, 2017

Hi guys, How did it go? did you get aurelia to play with meteor nicely @brylie?

@brylie
Copy link
Author

brylie commented Mar 5, 2017

I have not worked directly with Meteor and Aurelia yet. I am still learning Aurelia on side projects, but seriously considering it for two existing open source projects. Hence the initial research on integrating the two.

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

No branches or pull requests

3 participants