Node.js NPM follicles (Package)


chapter


Package is packaged into a separate logical unit a set of codes. For developers, the package is a handy tool helps the package code reuse, project structure optimization. NPM within the community, there are about 800,000 existing code packages are available, each package offers a variety of useful functions.

However, if you do not know exactly what kind of package is the most suitable, it is no different from needle in a haystack. Listed below are commonly used NPM library for reference:

  • express
  • body-parser
  • nodemon
  • Lods
  • babel-core
  • async
  • debug
  • react
  • view
  • request
  • moment

Before using these packages need to be installed in the system NPM.

Node.js NPM tutorial in the next section, I will describe how to manage a variety of packages to install.

Guess you like

Origin www.cnblogs.com/jinbuqi/p/11576851.html