I tried to use npm to add jquery into a Phoenix project, but somehow fsevents just can't run under Win OS. So I just download jquery and put it under /web/static/vendor folder.
I try to understand what necessary to be done by reading this article, but I just couldn't get it...
How can I access this jquery from my template page? A step by step tutorial would be great, because I really not familiar with node.js or brunch.
Thanks :)