pinf-for-jquery

Status: DEV

Usage no npm install needed!

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

README

Status: DEV

PINF JavaScript Loader for jQuery

A jQuery plugin for loading PINF JavaScript Bundles.

Install

npm install pinf-for-jquery

Usage

<script src="jquery.js"></script>
<script src="pinf.jquery.js"></script>

$.pinf.sandbox("bundle.js", function(sandbox) {
    sandbox.main();
});

Test & Development

Requirements:

Run tests:

make test

Launch development workspace:

make run-dev
open http://localhost:8080/

Build

make build

License

UNLICENSE