start adding webpack-serve for hot reloading

This commit is contained in:
Jakob Schrettenbrunner 2018-06-06 22:33:24 +02:00
parent cc58bc9bd5
commit 6ed46c2e75
5 changed files with 12983 additions and 9 deletions

View file

@ -0,0 +1,18 @@
<html>
<head>
<title>Pterodactyl Dev</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
</head>
<body>
<div id="pterodactyl">
<router-view></router-view>
<div class="w-full m-auto mt-0 container">
<p class="text-right text-grey-dark text-xs">
</p>
</div>
</div>
</body>
</html>

File diff suppressed because one or more lines are too long