Vue + Django: Using .vue Files and the Vue CLI

Build a full-stack website running on Django

Bennett Garner
Better Programming
Published in
8 min readMar 8, 2021

--

Different-colored folders
Photo by Andrew Pons on Unsplash.

Starting to use Vue.js within a Django project is pretty straightforward.

If you just want to build a few simple Vue components and drop them into your Django app, you can do it the simple way — inline. I’ve written a whole Vue + Django tutorial demonstrating that approach:

--

--