0👍
In production you have the files but you don’t need npm run serve. Just upload the bundle.
also here they explain in more detail here. How to deploy Vue app?
@AndyHayden an AWS S3 check if 1) index & error document === index.html; 2) policies are set for static website; 3) your build.js is inside dist folder on s3, and index.html is in the root.
Source:stackexchange.com