generator-easy-vue
Version:
a generator for a super vue project
20 lines (16 loc) • 464 B
HTML
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title><%= projectName %></title><% if(dns) {%>
<meta http-equiv="x-dns-prefetch-control" content="on">
<% for(var i of dns.split(',')){ %><link rel="dns-prefetch" href="<%= i%>"><% }%><%}%>
</head>
<body>
<div id="app">
<!--vue-ssr-outlet-->
</div><!-- built files will be auto injected -->
</script>
</body>
</html>