File tree Expand file tree Collapse file tree 5 files changed +6997
-6367
lines changed Expand file tree Collapse file tree 5 files changed +6997
-6367
lines changed Original file line number Diff line number Diff line change 1
1
all : update
2
2
hexo generate
3
- cp -R ../vue/test/unit public
4
3
cp -R ./todomvc public/examples
5
4
6
5
deploy : all
7
6
hexo deploy
8
7
9
8
update :
10
- cd ../vue && git checkout master && grunt build && grunt build-test
9
+ cd ../vue && git checkout master && grunt build
11
10
cp ../vue/dist/vue.min.js themes/vue/source/js/vue.min.js
12
11
cp ../vue/dist/vue.js themes/vue/source/js/vue.js
13
- node update.js
12
+ node update.js
Original file line number Diff line number Diff line change 1
1
title: Installation
2
2
type: guide
3
3
order: 1
4
- vue_version: 0.11.10
5
- dev_size: 194.12
6
- min_size: 59.72
7
- gz_size: 19.53
4
+ vue_version: 0.12.0
5
+ dev_size: 209.76
6
+ min_size: 64.47
7
+ gz_size: 20.99
8
8
---
9
9
10
10
> ** Compatibility Note:** Vue.js does not support IE8 and below.
Original file line number Diff line number Diff line change 1
1
google_analytics : UA-46852172-1
2
2
root_domain : vuejs.org
3
- vue_version : 0.11.10
3
+ vue_version : 0.12.0
You can’t perform that action at this time.
0 commit comments