django-vuejs-tutorial
A tutorial to integrate Vue.js with django
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.
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!