This commit is contained in:
Pan
2017-06-26 13:38:24 +08:00
commit c528bd8ad0
61 changed files with 3251 additions and 0 deletions

11
index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>vue-admin</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>