Skip to content

Instantly share code, notes, and snippets.

@bennett39
Last active November 8, 2021 18:47
Show Gist options
  • Save bennett39/3244d476677a583d05bc82bf3fd0400c to your computer and use it in GitHub Desktop.
Save bennett39/3244d476677a583d05bc82bf3fd0400c to your computer and use it in GitHub Desktop.
{% load static %}
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<h1>Testing Vue...</h1>
<div id="app"></div>
<script type="text/javascript" src="{% static 'src/vue/dist/js/chunk-vendors.js' %}"></script>
<script type="text/javascript" src="{% static 'src/vue/dist/js/app.js' %}"></script>
<link href="{% static 'src/vue/dist/css/app.css' %}" rel=stylesheet>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment