fes.js/packages/fes-template/public/index.html
万纯 16aa19f08a feat: 优化plugin-mock
1. Mock更名为mockjs
2. file功能从cgiMock中抽取到utils中
2021-03-03 16:35:31 +08:00

16 lines
410 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><%= htmlWebpackPlugin.options.title %></title>
<link rel="shortcut icon" type="image/x-icon" href="./logo.png">
</head>
<body>
<div id="app"></div>
<script>
console.log('<%= FES_APP_PUBLISH_ERROR_PAGE %>');
</script>
</body>
</html>