Ember-CLI support?
MaazAli opened this issue · 2 comments
MaazAli commented
Whenever you get back to working on this, i'd love to see ember-cli support for this.
Glavin001 commented
I am unfamiliar with ember-cli (maybe @Frozenfire92 could give me a hand, too). @MaazAli what would be required to support Ember-CLI for you and other users?
Frozenfire92 commented
Hi @MaazAli
I have figured out the instructions for ember-cli. It works out of the box, I will give you some instructions here and then add them to the readme
bower install --save ember-c3
- Add these to your Brocfile.js
app.import('vendor/d3/d3.min.js');
app.import('vendor/c3/c3.css');
app.import('vendor/c3/c3.min.js');
app.import('vendor/ember-c3/build/lib.js');
- Use as in the readme / example
Let me know if you need any more help 😄