oscar90y5 / vue-django-example

Vue + Django + Docker + Live Reload

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my-project

A Django - Vue.js project

Build Setup

# Build the Docker images
make build

# Run local dev
make run

# Get node command line
make cmd

# Migrate the DB
make makemigrations
make migrate

# Get an interactive DB shell
make get-db

# Set up a super-user on Django
make setup-django

TODO

  • Set up PostGIS
  • Put together a production deployment process
  • Set up a second docker-compose and Dockerfiles to run a production build locally

Previous notes

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

About

Vue + Django + Docker + Live Reload


Languages

Language:JavaScript 63.2%Language:Python 22.7%Language:Vue 8.3%Language:Makefile 2.9%Language:Shell 2.1%Language:HTML 0.7%Language:CSS 0.1%