PHP中文网2017-04-17 14:37:03
Any project must have various testing environments in addition to the production environment. npm run dev
The configured script will be called to allow the server to run the test environment, usually changing environment variables, changing the direction of the server, etc. . Strict environments are divided into dev
, uat
, qa
, product
, etc. .