I am a rookie django developer and I wish to add Vue.js with Django, but I would love to have really loose coupling between the two. Is keeping the front end in a separate server and backend in a seperate server a good idea ?
If this is the case how can we achieve this result ?