cloud-admin-lite
Version:
base on vue cloud-ui.vusion template
16 lines (15 loc) • 415 B
HTML
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title><%= htmlWebpackPlugin.options.title %></title>
<style>
body, html, #app { width: 100%; height: 100%; }
</style>
</head>
<body>
<div id="app"></div>
</body>
</html>