Glavin001/ember-c3

Ember-CLI support?

MaazAli opened this issue · 2 comments

Whenever you get back to working on this, i'd love to see ember-cli support for this.

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?

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');

Let me know if you need any more help 😄