Our great sponsors
-
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.
-
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
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
cookiecutter-vue-django
Vue + Django with no compromises. Django Templates and Vue SFCs in harmony without sacrificing the full power of either.
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.