JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 37076
  • Score
    100M100P100Q145935F
  • License MIT

The default blueprint for ember-cli addons.

Package Exports

  • @ember/jquery

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ember/jquery) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ember-jquery

Ember has been historically coupled to jQuery. As part of RFC294 jQuery has been made optional and this addon will explicitly add the jQuery integration functionality.

Installation

ember install @ember/jquery

You should also explicitly tell Ember to enable its jQuery integration:

ember install @ember/optional-features
ember feature:enable jquery-integration

License

This project is licensed under the MIT License.