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.
- A Try Django course or Your First Django project or similar
- JavaScript fundamentals
- Code on Github
- Course link
- Vue.js
- Vite (for compiling Vue.js)
- Django Static Files Docs