[Vuejs]-Vue.JS on top of existing python/django/jinja app for filter and list render

-1👍

I think the best method really is to split up the front and backend into two seperate entities, communicating via an API rather than bleeding the two together as in the long run it creates headaches.

Leave a comment