Nuxt vs django-distill

Nuxt and django-distill are both open source static site generators. Nuxt is written in JavaScript and django-distill is written in Python.

Property Nuxt django-distill
Language JavaScript Python
Templates Vue Django
License MIT MIT

Nuxt benefits

An easy way to export your Vue.js Web Application into a static website.

Easy to use

Write your content in Vue files only. No configuration is needed, just write your Application with Vue.js components.

Customisable

If you want to write you content in markdown files, its super easy with the vue markdown filter

You can extend your Application, Blog or Website with some packages on the NPM ecosystem.

Nuxt will help you generate and deploy a Vue.js Web Application faster than before.

Static and dynamic

Vue SSR is used to generate pages for both client and server; It's called Isomorphic/ Universal rendering.

Then you can run nuxt generate to generate your static website into a ./dist forlder and deploy it everywhere: Netlify, Githup pages, Gitlab, AWS3, etc.

Setup a project in a minute

Creating a website based on Nuxt only takes a minute. Quick introduction of Nuxt : 1 minute

django-distill benefits

django-distill is a simple to implement static site generator for Django. It is fully compatible with all Django projects and works with existing complex Django applications without interfering. It does not require modifications to existing apps and only small per-URL functions need to be created.

django-distill is designed to integrate with existing Django projects and does not require learning any new framework or file structures to use.

Features

  • Full compatibility with all Django projects
  • No overhead when added to existing projects
  • Trivial to add to existing Django sites
  • Uses the standard Django project structure and does not require learning a new sub-framework
  • Can generate static pages for all or just part of your project
  • Full support for publishing to S3 and Rackspace Cloud Files with remote checks
  • Validation of remote containers on S3 and Rackspace Cloud Files
  • Generation is identical to the output of existing dynamic Django content
  • Simple to implement and debug
  • Only modification required is to urls.py and settings.py
  • Static pages can be generated for third party applications
  • Support for all page and file types (downloads, RSS feeds, JSON objects etc.)