Way to deploy django with webpack loader with vue.js

while I was working on a project in django integrated with vue js via webpack. https://github.com/django-webpack/django-webpack-loader I had a doubt about the deployment. Are there any services that allow this? For django I have always used pythonanywhere as hosting but in this case is it possible? Are there any hosting services that allow django to easily deploy with the webpack loader with vuejs?

Back to Top