Using jQuery plugins with npm

added by JavaScript Kicks
2/27/2015 12:02:06 PM

323 Views

Last week we covered how you can publish jQuery plugins to npm, the quick and dirty way. By quick and dirty, we meant that you could simply publish your module as is to npm—-without any modifications—-and people could use it. But some plugins go the extra mile and add a little bit of code to make it easier to use with npm-based tools.


0 comments