convoy-jquery

jQuery for Convoy Asset Pipeline

Usage no npm install needed!

<script type="module">
  import convoyJquery from 'https://cdn.skypack.dev/convoy-jquery';
</script>

README

jQuery for Convoy

This package contains the stock jQuery release without any adapters for running in node so that you can include it in client side code with convoy.

Usage

Add to your project and then in your client side code:

var $ = require('convoy-jquery');

This will also make the global $ available.

Contributing

Fork, send pull request.