As shown in the figure below, do you need to draw a red box to download a third-party vue package on GitHub?


npmGitHub

in addition, Dependencies stores dependencies in project or component code, while devDependencies stores packages or build tools that test code depends on. For example, css-loader and es6-loader can be put in it, right? But what if I put it all on Dependencies? If sometimes I don"t know where to put it, is it okay to have all the npm I package names-S?
can Dependencies and devDependencies be called project dependencies and development dependencies?
. Many of them are confused, and sometimes Baidu is not easy to use. Please, brothers.

Mar.09,2021

  1. the red part of the github is not a dependency, but the topic, or tag of the project
  2. because of the above reasons, you think it is different. However, differences are also common. What you usually see on github is the latest development version
  3. devDependencies is a dependency that is only needed in the development environment, so try not to make mistakes, otherwise some commands may download more or less.
Menu