Often I meet on GitHub modules, in the description of which there are something like these: old school Grab file from dist directory
in this case, the priority installation method is the installation using npm, npm install --save cleave.js
To be honest, I don’t want to be "old school", but I don’t understand the logic of the installation of the npm-package, because in fact the entire branch from the hub is downloaded to the .node-modules folder of my project
The essence of the question: how to use the example of https://github.com/nosir/cleave.js to go all the way from npm install --save cleave.js to including the necessary files in html?