Answer the question
In order to leave comments, you need to log in
How to run vue cli so it will track changes and update the file?
I am using vue cli. Those. installed with npm command install -g @vue/cli
It is necessary that when changing vue files or other related code, build files are automatically updated.
The changes are automatically applied if you run the command npm run serve
, but in this case no build files are created at all.
the command npm run build
creates files, but once, i.e. are not updated when the code changes.
when executing the command, npm run build --watch
everything is the same
. Tell me, what can be done so that changes are tracked and build files are updated?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question