Any project must have various testing environments in addition to the production environment. npm run devThe 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. .
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 intodev
,uat
,qa
,product
, etc. .