/django-vuejs-tutorial

A tutorial to integrate Vue.js with django

Primary LanguageJavaScript

Build Status

django-vuejs-tutorial

A tutorial to integrate Vue.js with django

Installation

  1. Clone the repo
  2. Run pip install -r requirements.txt
  3. Run npm install
  4. Run ./node_modules/.bin/webpack
  5. 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!