Frappe UI Vue.JS

Hi there

I am following one of Build of Hussian’s great tutorials and all going well. My issues is that every day I make a change to my Vue is code, I have re-run yarn dev. Is there any way to make this hot reload?

Thanks

Ben

1 Like

Hey @benjamen

You’re using Vite right? If you used Doppio to set up the Vue app, then running yarn dev should start a live server on port 8080, which will have Hot reload. I use React, but the fundamentals should stay the same.

Hey there

I have used that set up with Vue but not getting the hot reload

I have to install yarn add -D vite-plugin-vue-devtools and this worked

1 Like