I am a front-end developer. Some time ago, I came into contact with php and found that php has the same thing as front-end npm. Composer, and then npm download dependencies are placed in the node_modules folder, while composer download dependencies are stored in the vender folder. So the question is, the front end relying on node_modules does not need to be deployed to the online server, should vender be deployed to the server?