国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

node.js - Please tell me how to use pm2 to enable the webpack-dev-server command
ringa_lee
ringa_lee 2017-05-24 11:38:34
0
1
2011

There is a command in package.json that is enabled using webpack-dev-server, such as

"watch": "webpack-dev-server --port 8088 --hide-modules",

To use pm2 to open the service, use pm2 start XXX.js. Please tell me how to use pm2 to open this webpack-dev-server command

ringa_lee
ringa_lee

ringa_lee

reply all(1)
洪濤

PM2 is generally used in the production environment, and webpack-dev-server is used in the development environment. In the development environment, nodemon should be used for process management.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template