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).
The text was updated successfully, but these errors were encountered:
no, I think we should keep vue-cli as small as possible. It's not a good idea to maintain an unneccessary feature which is well maintained by a 3rd-party library.
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 thedist
folder and then start a production server (like the serve package does).The text was updated successfully, but these errors were encountered: