An error is reported when packaging Vue files: NPM err! missing script: build

View the scripts parameters in the file package. JSON

Therefore, the run command at this time should be
npm run build:prod --report
An error is reported when packaging Vue files: NPM err! missing script: build

View the scripts parameters in the file package. JSON

Therefore, the run command at this time should be
npm run build:prod --report