I just wrote some small apps using a Go back-end and Vuejs front-end. Any changes made in my editor (VS Code) would autosave and both the front-end and back-end would recompile and hot-reload. Awesome ergonomics.
I also use Java/Kotlin for back-ends and the same would work with any filewatcher/build utility.
Vue.js is the front-end framework for back-end devs who don't like front-end frameworks. I also skip the whole Vuex/Redux thing and just use vue-stash for small projects.
I just wrote some small apps using a Go back-end and Vuejs front-end. Any changes made in my editor (VS Code) would autosave and both the front-end and back-end would recompile and hot-reload. Awesome ergonomics.
I also use Java/Kotlin for back-ends and the same would work with any filewatcher/build utility.
Vue.js is the front-end framework for back-end devs who don't like front-end frameworks. I also skip the whole Vuex/Redux thing and just use vue-stash for small projects.