Using Django + Vue in Docker for development

This page summarizes the projects mentioned and recommended in the original post on /r/django

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • docker-django-example

    A production ready example Django app that's using Docker and Docker Compose.

    After some googling I found https://github.com/nickjj/docker-django-example but this doesn't include vue and I am not sure how I can add the integration.

  • watchman

    Watches files and records, or triggers actions, when they change.

    RUN cd /tmp \ && apt-get install --no-install-recommends -y \ ca-certificates \ curl \ unzip \ && curl -L https://github.com/facebook/watchman/releases/download/v2022.05.09.00/watchman-v2022.05.09.00-linux.zip > watchman-v2022.05.09.00-linux.zip \ && unzip watchman-v2022.05.09.00-linux.zip \ && chmod ugo+x -R watchman-v2022.05.09.00-linux/bin \ && mv watchman-v2022.05.09.00-linux/bin/ /usr/bin/ \ && rm -rf watchman-v2022.05.09.00-linux

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • cookiecutter-vue-django

    Vue 3 + Vite + Django with no compromises. Use Vue SFCs directly in Django Templates, DRF not required.

    The cookiecutter-vue-django has a Vue + Django integration inspired by Vue + Django — Best of Both Frontends and supports a Docker compose setup. While not up-to-date anymore, it can serve as a starting point and can be relatively easily upgraded to recent Django/Vue versions by the procedure here.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts