pallets/flask

Separated frontend and backend

wangjiawen2013 opened this issue · 1 comments

Hi,
According to flask documentation, now flask combines frontend and backend together by using jinja2 template, then how to separate them so as to customize the frontend UI using vue or other tools ?
Could you recommend some estensions or flask skills ?

You write your frontend however you like, and make api calls to the backend. Helping with this is outside the scope of this issue tracker.