diff --git a/src/v2/guide/index.md b/src/v2/guide/index.md index b03bc02daf..ef4c65a8f3 100644 --- a/src/v2/guide/index.md +++ b/src/v2/guide/index.md @@ -17,7 +17,7 @@ If you are an experienced frontend developer and want to know how Vue compares t The easiest way to try out Vue.js is using the [JSFiddle Hello World example](https://jsfiddle.net/chrisvfritz/50wL7mdz/). Feel free to open it in another tab and follow along as we go through some basic examples. Or, you can create an index.html file and include Vue with: ``` html - + ``` The [Installation](installation.html) page provides more options of installing Vue. Note: We **do not** recommend that beginners start with `vue-cli`, especially if you are not yet familiar with Node.js-based build tools.