Skip to content

Commit 4f1274e

Browse files
dagneliesdagnelies-elokikuomax
authored
Updated front page (buefy#4136)
* Updated front page * Update packages/docs/src/pages/Home.vue Co-authored-by: Kikuo Emoto <[email protected]> --------- Co-authored-by: dagnelies <[email protected]> Co-authored-by: Kikuo Emoto <[email protected]>
1 parent ba310a1 commit 4f1274e

1 file changed

Lines changed: 23 additions & 36 deletions

File tree

packages/docs/src/pages/Home.vue

Lines changed: 23 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<strong>Lightweight</strong> UI components for
1212
<strong
1313
><a href="https://vuejs.org/" target="_blank"
14-
>Vue.js</a
14+
>Vue 3</a
1515
></strong
1616
>
1717
based on
@@ -22,34 +22,36 @@
2222
>
2323
</h2>
2424
<div class="home-hero">
25-
<p><strong>Vue 2</strong></p>
2625
<pre
2726
class="npm"
2827
><code><span class="is-unselectable">$ </span>npm install buefy</code></pre>
2928
</div>
30-
<div class="home-hero">
29+
30+
31+
<div class="buttons">
32+
<router-link
33+
class="button is-medium home-hero"
34+
to="/documentation/start"
35+
>
36+
Get started
37+
</router-link>
38+
<a
39+
class="button is-medium is-primary home-hero"
40+
href="https://github.com/buefy/buefy/releases"
41+
target="_blank"
42+
>
43+
Changelog
44+
</a>
45+
</div>
46+
47+
<div class="home-hero mb-6">
3148
<p>
32-
<strong>Vue 3</strong>
33-
(<a
34-
href="https://github.com/ntohq/buefy"
35-
target="_blank"
36-
>
37-
<b-icon
38-
icon="progress-wrench"
39-
size="is-small"
40-
/>
41-
official fork in development
42-
<b-icon
43-
icon="github-circle"
44-
size="is-small"
45-
/> </a
46-
>)
49+
The Vue 2 version of Buefy is deprecated but will remain available as Version "0.x".
4750
</p>
48-
<pre
49-
class="npm"
50-
><code><span class="is-unselectable">$ </span>npm install buefy</code></pre>
5151
</div>
5252

53+
54+
5355
<div class="github-button home-hero">
5456
<iframe
5557
src="https://ghbtns.com/github-btn.html?user=buefy&repo=buefy&type=star&count=true&size=large"
@@ -68,21 +70,6 @@
6870
/>
6971
</div>
7072

71-
<div class="buttons">
72-
<router-link
73-
class="button is-medium home-hero"
74-
to="/documentation/start"
75-
>
76-
Get started
77-
</router-link>
78-
<a
79-
class="button is-medium is-primary home-hero"
80-
href="https://github.com/buefy/buefy/releases"
81-
target="_blank"
82-
>
83-
Changelog
84-
</a>
85-
</div>
8673
<small class="home-hero">v{{ version }}</small>
8774
</div>
8875
</div>

0 commit comments

Comments
 (0)