silki
Version:
Cli tool for build react app, based on generator-react-multipage, create-react-app, roadhog. Support react multiple pages app develop.
19 lines (17 loc) • 511 B
HTML
<html>
<head>
<meta charset="utf-8">
<meta lang="zh">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit">
<meta name="description" content="">
<meta name="keyword" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title><%= htmlWebpackPlugin.options.title %></title>
<script src="/mock.js"></script>
</head>
<body>
<div id="app"></div>
</body>
</html>