As far as I can tell the index URL path doesn't do anything. [backend/api/views.py](https://github.com/gtalarico/django-vue-template/blob/a39700d38b192c080ffe3a24327df60918857404/backend/api/views.py#L8) # Serve Vue Application index_view = never_cache(TemplateView.as_view(template_name='index.html')) [backend/urls.py](https://github.com/gtalarico/django-vue-template/blob/a39700d38b192c080ffe3a24327df60918857404/backend/urls.py#L18) # http://localhost:8000/ path('', index_view, name='index'),