Vue executes NPM run Dev and reports an error: missing script: dev

1. Execute NPM run Dev and report an error

2. Reason: the package.json file is “serve”: “Vue cli service serve”

3. Solution: execute the command and replace with: NPM run serve

Read More: