I would love to see this tool offering some sort of serve compiled static site feature.
Currently running the vue build ./src/index.js command start a development server. It would be great if you could add --prod --serve option or similar, which would build your application into the dist folder and then start a production server (like the serve package does).