installing Homestead, on MAC can access the project created by vue-cli in the virtual machine, but after the code is modified on the real machine, it cannot be updated in real time. You need to enter the virtual machine and rerun npm run dev to update.
if modified in the virtual machine, it can be updated directly.
is there any way to solve this problem?