MrBin99 / django-vite-example

An example Django project with Django Vite
Apache License 2.0
57 stars 21 forks source link

add a plugin for hmr to support django templates #4

Open martindemello opened 2 years ago

martindemello commented 2 years ago

https://github.com/MrBin99/django-vite/issues/17 was closed because it was part of vite.config.js rather than the django plugin. However, the solution will be similar for any django project, so it seems worth adding it to the example project at least.

GatoVuelta commented 1 year ago

Implemented already, include:

{% load django_vite %}
...
{% vite_hmr_client %}