thymeleaf和vue的关系
Posted liuys635
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了thymeleaf和vue的关系相关的知识,希望对你有一定的参考价值。
Thymeleaf和vue不是一类事务。
模板引擎:Thymeleaf、freemarker、JSP。
前端框架:vue、angularjs、react。
Thymeleaf是一个替代JSP的模板引擎。
使用Thymeleaf或其他模板的时候也可以使用前端框架。
现在github上很多工程就是springboot+Thymeleaf+vue三者结合的,如:
https://github.com/search?q=springboot+thymeleaf+vue
以上是关于thymeleaf和vue的关系的主要内容,如果未能解决你的问题,请参考以下文章
Springboot+thymeleaf结合Vue,通过thymeleaf给vue赋值解决Vue的SEO问题