File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
all : update
2
- rm -f db.json
3
2
hexo generate
4
3
cp -R ../vue/test/unit public
5
4
cp -R ./todomvc public/examples
Original file line number Diff line number Diff line change 1
1
# vuejs.org
2
2
3
- This site is built with [ hexo] ( http://zespia.tw/ hexo/ ) . Site content is written in Markdown format located in ` source ` . Pull requests welcome!
3
+ This site is built with [ hexo] ( http://hexo.io / ) . Site content is written in Markdown format located in ` source ` . Pull requests welcome!
4
4
5
5
## Developing
6
6
7
- Make sure you are using ** hexo 3.0 ** . Start a dev server at ` localhost:4000 ` :
7
+ Start a dev server at ` localhost:4000 ` :
8
8
9
9
```
10
10
$ npm install -g hexo-cli
Original file line number Diff line number Diff line change 3
3
"version" : " 0.11.5" ,
4
4
"private" : true ,
5
5
"hexo" : {
6
- "version" : " 3.0.0-rc.4 "
6
+ "version" : " 3.1.1 "
7
7
},
8
8
"dependencies" : {
9
- "hexo" : " 3.0.0-rc.4 " ,
9
+ "hexo" : " 3.1.1 " ,
10
10
"hexo-deployer-git" : " 0.0.3" ,
11
11
"hexo-generator-archive" : " ^0.1.0" ,
12
12
"hexo-generator-category" : " ^0.1.0" ,
You can’t perform that action at this time.
0 commit comments