feat: add core dev files

This commit is contained in:
endiliey 2018-08-08 00:44:53 +08:00
parent 750804646c
commit 4c36e71d1f
2 changed files with 21 additions and 52 deletions

12
lib/core/devTemplate.ejs Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>
<div id="app"></div>
<script src="<%= htmlWebpackPlugin.files.chunks.main.entry %>"></script>
</body>
</html>