jQuery plugins are typically installed via NPM or Yarn (if hosted there), or referencing an external script file containing the plugin, whether from a relative directory or a CDN.
<script type="text/javascript" src="/path/to/plugin.jquery.js"></script>