Skip to content

Commit bb42dc9

Browse files
Pablo Henrique Penha SilvaPablo Henrique Penha Silva
authored andcommitted
docs alive docute
1 parent a44d2c5 commit bb42dc9

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

.nojekyll

Whitespace-only changes.

config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
self.$config = {
2+
home: 'https://raw.githubusercontent.com/pablohpsilva/vuejs-component-style-guide/master/README.md',
3+
repo: 'pablohpsilva/vuejs-component-style-guide'
4+
};

index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
7+
<title>Vue.js Component Style Guide</title>
8+
<link rel="stylesheet" href="https://unpkg.com/docute@2/dist/docute.css">
9+
</head>
10+
<body>
11+
<!-- don't remove this part start -->
12+
<div id="app"></div>
13+
<script src="./config.js"></script>
14+
<script src="https://unpkg.com/docute@2/dist/docute.js"></script>
15+
<!-- don't remove this part end -->
16+
</body>
17+
</html>

0 commit comments

Comments
 (0)