Showing posts with label NPM. Show all posts
Showing posts with label NPM. Show all posts

Wednesday, 13 July 2016

Difference Between Bower and NPM

Npm and Bower are both Project dependency management tools. But the main difference between both is npm is used for installing Node js modules but bower js is used for managing front end components like html,css,js etc. npm is most commonly used for managing Node.js modules, but it works for the front-end too when combined with Browserify etc Bower is front-end Package...