Skip to content

Commit c56a011

Browse files
committed
update installation page
1 parent b962cd8 commit c56a011

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/guide/installation.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ min_size: "72.92"
88
gz_size: "25.10"
99
---
1010

11-
> **Compatibility Note:** Vue.js does not support IE8 and below.
11+
### Compatibility Note
12+
13+
Vue.js does **not** support IE8 and below, because Vue.js uses ECMAScript 5 features that are un-shimmable in IE8. However Vue.js supports all [ECMASCript 5 compliant browsers](http://caniuse.com/#feat=es5).
14+
15+
### Release Notes
16+
17+
Detailed release notes for each version are available on [GitHub](https://github.com/vuejs/vue/releases).
1218

1319
## Standalone
1420

@@ -56,7 +62,7 @@ $ npm run dev
5662

5763
## Dev Build
5864

59-
**Important**: the CommonJS bundle distributed on NPM (`vue.common.js`) is **not** checked into source control, therefore to use Vue from the latest source code on GitHub, you will have to build it yourself!
65+
**Important**: the CommonJS bundle distributed on NPM (`vue.common.js`) is only checked-in during releases on the `master` branch, so the file in the `dev` branch is the same as the stable release. To use Vue from the latest source code on GitHub, you will have to build it yourself!
6066

6167
``` bash
6268
git clone https://github.com/vuejs/vue.git node_modules/vue

0 commit comments

Comments
 (0)