I\'m using the latest vue-cli version 3.0.
vue-cli
My current issue is that whenever I run npm run build the files generated in the dist f
npm run build
dist
You can use the http-server module
npm install http-server -g http-server dist/
normally the server starts at port 8080 so you can serve the build app on http://localhost:8080