docs: guide to developing with vite HMR and docker / docker-compose #4620
theoriginalstove
started this conversation in
Ideas
Replies: 1 comment
-
This is what we preferred in the past. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So I'm wondering if it would be beneficial to add a guide to using vite, and docker-compose. Adding things like basic configs, environment variables, dockerfile/docker-compose settings in a guide.
I'm currently working on adding a vue3 front end as a UI to personal project built around some microservices. I have everything but vite with hmr running in docker-compose correctly. I've combed through various blogs, vite issues, stack overflow questions, and through some trial and error have gotten pretty close to getting it working (pretty sure I have something configured incorrectly either in my Dockerfile, docker-compose.yml or vite.config.js). I'm sure I could start a blog, and post what I've done. Perferably I think it might be better a option to have it more as a community document.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions