forked from vuejs/rollup-plugin-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (27 loc) · 1.26 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
<title>Rollup Plugin for Vue</title>
<link rel="icon" href="https://vuejs.org/images/logo.png" type="image/x-icon">
<meta name="og:title" content=" Rollup + Vue">
<meta name="og:description" content="Roll your vues (Rollup plugin to compile .vue files)">
<meta property="og:image" content="./assets/images/opengraph.png">
<meta name="twitter:title" content="Rollup + Vue">
<meta name="twitter:description" content="Roll your vues (Rollup plugin to compile .vue files)">
<meta property="twitter:image" content="./assets/images/twitter.png">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@vuejs" />
<link rel="stylesheet" href="https://unpkg.com/docute@3/dist/docute.css">
</head>
<body>
<!-- don't remove this part start -->
<div id="app"></div>
<script src="https://unpkg.com/docute@3/plugins/docsearch.js"></script>
<script src="https://unpkg.com/docute@3/dist/docute.js"></script>
<script src="./config.js"></script>
<!-- don't remove this part end -->
</body>
</html>