0

What is the recommended way to integrate vue with spring mvc? Should I use webpack or other modularization for vue? If yes, how can I do this effectively? Thanks in advance.

Ken Layug
  • 23
  • 1
  • 4

1 Answers1

0

you can make use of webjars vue . Please find below links

https://github.com/webjars/vue

https://mvnrepository.com/artifact/org.webjars/vue/0.11.0

Tutorial : https://spring.io/blog/2014/01/03/utilizing-webjars-in-spring-boot

Barath
  • 5,093
  • 1
  • 17
  • 42