Vue HMR and Wails V2 #944
Unanswered
lightmyfire17
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there. Just have read previous discussions about frontend dev mode. The current solution I'm using for vue is:
vue-cli-service build --watch --mode production
which is watching for the frontend./src
changes and rebuilds full app to./dist
.wails dev
on default port, so the browser makes auto-refresh right after watcher rebuildFor me it seems to be a half-solution and really not as convenient as in wails v1, just because rebuild full app and unnecessary auto-refresh is much slower than vue HMR (which is currently can't be used, because wails v2 looking only for
dist
)Is it possible that I'm missing smth and there's some smart way to run vue-frontend with HMR?
Beta Was this translation helpful? Give feedback.
All reactions