ves
Version:
A Powerful, Simple Vue Node Isomorphic Framework
13 lines • 368 B
HTML
<html lang="en">
<head>
<title>{{ title || ''}}</title>
<meta name="keywords">
<meta name="description">
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
</head>
<body>
<div id="app"><!--vue-ssr-outlet--></div>
</body>
</html>