You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).