File tree 6 files changed +8975
-8965
lines changed
6 files changed +8975
-8965
lines changed Original file line number Diff line number Diff line change 1
1
update :
2
- rm db.json
3
- node_modules/.bin/ hexo generate
2
+ rm -rf db.json
3
+ hexo generate
4
4
cp -R ./todomvc public/examples
5
5
6
6
deploy : update
7
- node_modules/.bin/ hexo deploy
7
+ hexo deploy
8
8
9
9
test :
10
10
npm test
Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.27" ,
4
4
"private" : true ,
5
5
"hexo" : {
6
- "version" : " 3.2 .0"
6
+ "version" : " 3.9 .0"
7
7
},
8
8
"dependencies" : {
9
9
"hexo" : " ^3.2.0" ,
28
28
"test" : " npm run lint" ,
29
29
"lint" : " textlint --rulesdir ./node_modules/textlint-checker-for-vuejs-jp-docs/rules/textlint-rule-vue-jp-docs ./src/guide/*.md ./src/api/*.md ./src/examples/*.md ./src/_posts/1.0.0-release.md -f pretty-error"
30
30
}
31
- }
31
+ }
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ title: インストール
3
3
type : guide
4
4
order : 0
5
5
vue_version : 1.0.28
6
- dev_size : " 269.97 "
7
- min_size : " 75.75 "
8
- gz_size : " 26.27 "
6
+ dev_size : " 252.14 "
7
+ min_size : " 75.44 "
8
+ gz_size : " 26.06 "
9
9
---
10
10
11
11
### 互換性の注意
Original file line number Diff line number Diff line change 39
39
< % } %>
40
40
41
41
<script src =" //cdnjs.cloudflare.com/ajax/libs/fastclick/1.0.6/fastclick.min.js" ></script >
42
- <script src =" https://cdn.jsdelivr.net/gh/shentao /vuejs-outdated-docs-modal@v1.3 /prompt.min.js" ></script >
42
+ <script src =" https://cdn.jsdelivr.net/gh/tnir /vuejs-012-jp- outdated-docs-modal@012-jp-v2.1.0 /prompt.min.js" ></script >
43
43
<script >
44
44
document .addEventListener (' DOMContentLoaded' , function () {
45
45
FastClick .attach (document .body );
You can’t perform that action at this time.
0 commit comments