UNPKG

generator-easy-vue

Version:
20 lines (16 loc) 464 B
<!DOCTYPE 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>