Last active
November 8, 2021 18:47
-
-
Save bennett39/3244d476677a583d05bc82bf3fd0400c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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