Closed
Description
What problem does this feature solve?
Sometimes you don't want to serve html and other build files with integrated serve
command.
Requirements
watch
command option needs to take into account vue.config.js
's outputDir
or --dest
. (I'm guessing this would work out of the box even). I think it's actually same as running webpack-cli
with webpack --watch
.
Would you be willing to merge a PR that adds this command / command option?
What does the proposed API look like?
vue-cli-service watch
or (preferably)
vue-cli-service build --watch