JRedeker / django-vue-boiler

A boilerplate (and quick example) for using Django and Postgres with a Vue frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-vue-boiler

A boilerplate / github template (and quick example) for using Django and Postgres with a Vue frontend

Instructions

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

build with: ``

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.

Todos

  • pass shopping list data to vue frontend
  • create vue frontend cards for shopping list
  • add fonts and material icons

About

A boilerplate (and quick example) for using Django and Postgres with a Vue frontend


Languages

Language:Python 51.7%Language:JavaScript 29.7%Language:Vue 12.5%Language:HTML 6.1%