Skip to content

simonihmig/ember-jquery

 
 

Repository files navigation

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

Contributing

Installation

  • git clone <repository-url>
  • cd ember-jquery
  • yarn install

Linting

  • yarn lint:js
  • yarn lint:js --fix

Running tests

  • ember test – Runs the test suite on the current Ember version
  • ember test --server – Runs the test suite in "watch mode"
  • ember try:each – Runs the test suite against multiple Ember versions

Running the dummy application

For more information on using ember-cli, visit https://ember-cli.com/.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 80.0%
  • HTML 20.0%