[Vuejs]-Django and vue.js production error:nothing shows up after runinng npm build and linking static files in django

1👍

You need to add {% load render_bundle from webpack_loader %}

!DOCTYPE html>
{% load render_bundle from webpack_loader %}
<html lang="en">
...
👤Fred

Leave a comment