Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

pagerjs newbie - using without node.js?

Newbie question. I thought pagerjs was a client-side framework that works with knockout. So why do I need node.js to install? Is there any way to use without node? Or am I mistaken about how it works?

like image 257
wrschneider Avatar asked Jul 06 '13 20:07

wrschneider


1 Answers

you do not need node.js to install pager.js (but you can use npm to install it if you like). Download the pager.js-file (https://raw.github.com/finnsson/pagerjs/master/pager.js) directly and include it just as any other js-file (both AMD and non-AMD is supported).

like image 154
finnsson Avatar answered Oct 12 '22 08:10

finnsson