taylorchen709 / vue-admin

admin template based on vuejs2 and element.

Home Page:https://taylorchen709.github.io/vue-admin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

可以后台jsp输出变量到html吗?

weituotian opened this issue · comments

有一个页面,要调很多接口,
但是在spring,用model保存好所有变量,到jsp就能直接用,
那vue打包后的html怎么整合到jsp中?

这种单页面应用,一般都是前后端分离的,分离之后,前后端各自关注自己的东西就好了。不明白楼主为什么又要把代码混在一起

@MinosIE 就是不做jsp了,全部返回json?

是的 后端提供接口,前端发送http请求数据

@MinosIE
好吧,看样子都是这样做的。

springboot 专注于 webservice,vue专注于 ui

commented