Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 331 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 331 Bytes

jQuery

jQuery as a Kanso module.

Install

Add jquery to your dependencies section in kanso.json.

...
  "dependencies": {
    "jquery": null,
    ...
  }

Run kanso install to fetch the package.

Usage

Just $ = require('jquery'); and you're good to go.