Django Template-Driven app & vue.js

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • django-vue-cli-webpack-demo

    A minimal demo showing how to wire up Webpack of a Vue CLI app to Django templates without extra plugins.

    Yes it's possible, depends on what you want to do/how involved you want vue to be. you can add vue directly in a script tag if you want super simple(https://vuejs.org/v2/guide/installation.html#Direct-lt-script-gt-Include) or you can get as complex as using vue to to run a SPA and webpack (https://github.com/EugeneDae/django-vue-cli-webpack-demo)

  • htmx

    </> htmx - high power tools for HTML

    An alternative to vue.js (though what you plan is easily feasible, though you'll have to tweak the template to change vue's delimiters, as they are the same as Django's) is to use htmx.org is all your are looking for is to spread around a little bit of ajax niceness.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

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