Closed

Description
What problem does this feature solve?
I would like to serve the Vue as a SPA app inside of the ASP.NET application. With the existing serve
command, I do not have access to the files on the disk, so I cannot accomplish that. With a build --watch flag, it would run the webpack build, watch for file changes, and run the build on file changes.
Ionic supports this (ionic-app-scripts watch), Angular CLI supports this (ng build --watch), and these allow me to write Angular/Ionic apps and use them as part as my web application.
What does the proposed API look like?
vue-cli-service build --watch
or vue-cli-service watch
.