From fe791693fd48dd04b0ee04abfda6a24a4fd391f7 Mon Sep 17 00:00:00 2001 From: gabor-farkas Date: Fri, 22 Sep 2017 13:27:44 +0200 Subject: [PATCH] Fix standalone vue.js cdn url The other one results in `vue.common.js:245 Uncaught ReferenceError: process is not defined` while loading --- src/v2/guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.