Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ember Octane and JQuery

For the past few weeks i've been playing with ember octane which in my opinion is awesome. I've tried a few ember plugins in order to test which plugins are working currently with ember octane, some of them require jQuery to work. So my question is: if it's possible to add jQuery to ember octane to make those plugins work?

like image 354
Nik Ntaf Avatar asked Nov 01 '25 01:11

Nik Ntaf


1 Answers

Haven't tested it myself but it should be as easy as:

  • Add @ember/jquery package as a dev dependency.
  • Enable optional feature jquery-integration.

An optional feature could be enabled using Ember CLI by running ember feature:enable some-feature or by editing config/optional-features.json manually. You could find more information about optional features in Guides.

like image 168
jelhan Avatar answered Nov 03 '25 14:11

jelhan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!