I am developing a page that includes Vue components. whenever I make a change in the Vue file, I have to run the bench build --app ....
every time to get the changes in the browser. Are there any alternative ways, like npm run dev
, to use for the development?
@avc thank you for the response. I tried that but it returns command dev not found
. can you share me the config you are using in the package.json?
I also tried to use Rollup’s watch but it requires installing lots of dependencies which I don’t require.
In version 14, this is handled by bench watch