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...
Showing posts with label NPM. Show all posts
Showing posts with label NPM. Show all posts
Wednesday, 13 July 2016
Subscribe to:
Posts (Atom)
Followers
Popular Posts
-
Sqlite Database is the best way of providing portability...
-
Necessity is the advent of everything today while doing...
-
Quick Sort is a Sorting Algorithm based on Divide And...