Basic form using django, vue.js and axios. It implements vue components, validations of inputs, and communication between components using vue events.
Screenshot: https://user-images.githubusercontent.com/26558799/28682845-cdabb960-72d4-11e7-8e98-0a4656ba32aa.png
Install requirements:
$pip install -r requirements.txt
Run server:
$python manage.py runserver
Run app in browser:
http://localhost:8000/