django_vue_shopping_list

Instructions

migrate with: python manage.py migrate

load initial test data with: python manage.py loaddata setup_data.yaml

run with: python manage.py runserver & cd frontend npm run dev &

Note

This uses the full js experience of vue-cli with npm/webpack to serve the front end rather than using Django templates.