Paul's Programming Notes PostsRSSGithub

Integrating Django and Vue.js

This is a great guide for including vue bundles in server side templates: https://medium.com/@rodrigosmaniotto/integrating-django-and-vuejs-with-vue-cli-3-and-webpack-loader-145c3b98501a

Otherwise, if you’re starting a fresh project with a separate front-end, this is a good template: https://github.com/gtalarico/django-vue-template/

Updated 2026-09-08: the template above uses Vue 2 and vue-cli. vue-cli is now in maintenance mode, with create-vue scaffolding Vite-based projects as the current standard tooling for new Vue projects.