/django-vuejs

Learn how to integrate Django with Vue.js

Primary LanguagePython

Django & Vue.js Thumbnail

Django & Vue.js

In this course, you will learn how to integrate a Django project with the popular JavaScript user interface library Vue.js. We'll cover the following:

  • Develop Django & Vue.js simultaneously
  • Limit third-party package usage (no Python-based JavaScript compilers here)
  • Leverage Django Templates with Vue.js
  • Implement Cross Site Request Forgery (csrf) safely
  • Dynamically load file paths with Pathlib
  • Use custom Django Template Context Processors
  • CRUD from Vue.js to Django without additional API frameworks (such as Django Rest Framework)
  • Use Vite to build and compile our Vue.js application
  • And more

The goal of this course is to build a practical and forward-thinking approach to integrate nearly any JavaScript library with your Django project. While you can take Vue.js and Django many places, having this type of integration will help you get there.

Recommended Experience

References