Skip to content

Commit 43f80f3

Browse files
committed
mention the blog post at the beginning
1 parent db1b19a commit 43f80f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/guide/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ type: guide
44
order: 1
55
---
66

7+
Let's start with a quick tour of Vue's data binding features. If you are more interested in a high-level overview first, check out this [blog post](http://blog.evanyou.me/2015/10/25/vuejs-re-introduction/).
8+
79
The easiest way to try out Vue.js is using the [JSFiddle Hello World example](https://jsfiddle.net/yyx990803/okv0rgrk/). Feel free to open it in another tab and follow along as we go through some basic examples. If you prefer downloading / installing from a package manager, check out the [Installation](/guide/installation.html) page.
810

911
### Hello World

0 commit comments

Comments
 (0)