JRedeker / django-vue-shopping-list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:Python 54.9%Language:HTML 20.2%Language:Vue 11.2%Language:JavaScript 9.0%Language:Shell 3.9%Language:CSS 0.8%