This commit is contained in:
Justineo
2016-06-17 18:39:37 +08:00
parent 14b7b3a49e
commit 67670b70af

13
demo/index.html Normal file
View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Vue-ECharts Demo</title>
<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600|Roboto Mono" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Dosis:300,500&amp;text=Vue-ECharts" rel="stylesheet">
</head>
<body>
<demo></demo>
<script src="bundle.js"></script>
</body>
</html>