django-vuejs-tutorial
This tutorial integrates Vue.js and django into one application, with Vue.js handling frontend logic and django managing backend reponses.
Installation
- Clone the repo
- Run
pip install -r requirements.txt
- Run
npm install
- Run
./node_modules/.bin/webpack
- Run
python manage.py runserver
For a detailed tutorial, checkout this wiki.
PART II
Coming soon.
If you are done with the tutorial and you feel like you need to know more about Django and VueJs, then check out this comprehensive course. It includes web sockets, celery, authentication and a lot more!