Here shows you how put a vue project in django
I am sure you can find many tutorials of developing a web app using Django and Vue and REST API, but what you are really looking for is this!!! You want to actually run the vue app in Django, just one domain! Here you are!
- Clone the repo
- Make changes in the Vue project and implement you REST API.
- Cd in "vue-cli-frontend" folder and run
npm run build
- Cd in Django project, run
python manage.py runserver