[Vuejs]-How to implement Vue.js applications with Spring MVC or other server-sided frameworks?

0👍

I would copy the generated javascript file and put it in the public/static folder. Then on the jsps that would use it, just add a script tag that would point to it and the empty div#app.

Leave a comment