Skip to content

Commit fbccb97

Browse files
committed
Add github star button
1 parent 33d4cba commit fbccb97

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<template>
2+
<iframe
3+
src="https://ghbtns.com/github-btn.html?user=learn-vuejs&repo=vue-patterns&type=star&count=true&size=large"
4+
frameborder="0"
5+
scrolling="0"
6+
width="145px"
7+
height="30px"
8+
>
9+
</iframe>
10+
</template>

docs/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ home: true
33
heroImage: /learn-vue-logo.png
44
actionText: Get Started →
55
actionLink: /patterns/
6-
footer: MIT Licensed | Copyright © 2018-present Ilkwon Sim
76
---
87

98
<div class="hero">
9+
<p class="action">
10+
<GithubStarButton></GithubStarButton>
11+
</p>
12+
1013
<a href="https://gumroad.com/a/462206067" target="_blank" rel="noopener noreferrer">
1114
<img src="https://www.fullstack.io/assets/images/vue-github.png" alt="Fullstack Vue Book">
1215
</a>

0 commit comments

Comments
 (0)