humfricz / django-vuejs-tutorial

A tutorial to integrate Vue.js with django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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!

About

A tutorial to integrate Vue.js with django


Languages

Language:Python 78.8%Language:JavaScript 17.0%Language:HTML 2.8%Language:Vue 1.5%