Our great sponsors
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SaaSHub - Software Alternatives and Reviews
-
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
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
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.