I’d like to share how we integrate Vue.js with Playframework.
We’ve made sbt-vuefy for using Vue.js in a traditional way (not SPA) with Playframework. The plugin hot-reloads *.vue to *.js during sbt run
using sbt-web’s syncIncremental. It also handles dependencies and etc.
A complete example is here: https://github.com/GIVESocialMovement/sbt-vuefy/tree/master/test-play-project
Please let me know if you have questions. I’d love for more people to use our plugin :)