Skip to content

Commit f91f079

Browse files
committed
Site updated: 2017-10-11 11:35:29
1 parent 72f3dfb commit f91f079

File tree

224 files changed

+72756
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

224 files changed

+72756
-0
lines changed

2014/03/22/vuejs-010-release/index.html

Lines changed: 380 additions & 0 deletions
Large diffs are not rendered by default.

2014/07/29/vue-next/index.html

Lines changed: 363 additions & 0 deletions
Large diffs are not rendered by default.

2014/11/09/vue-011-release/index.html

Lines changed: 351 additions & 0 deletions
Large diffs are not rendered by default.

2014/12/08/011-component/index.html

Lines changed: 363 additions & 0 deletions
Large diffs are not rendered by default.

2015/06/11/012-release/index.html

Lines changed: 374 additions & 0 deletions
Large diffs are not rendered by default.

2015/10/26/1.0.0-release/index.html

Lines changed: 378 additions & 0 deletions
Large diffs are not rendered by default.

2015/10/28/why-no-template-url/index.html

Lines changed: 355 additions & 0 deletions
Large diffs are not rendered by default.

2015/12/28/vue-cli/index.html

Lines changed: 368 additions & 0 deletions
Large diffs are not rendered by default.

2016/02/06/common-gotchas/index.html

Lines changed: 364 additions & 0 deletions
Large diffs are not rendered by default.

2016/03/14/march-update/index.html

Lines changed: 360 additions & 0 deletions
Large diffs are not rendered by default.

2016/04/27/announcing-2.0/index.html

Lines changed: 370 additions & 0 deletions
Large diffs are not rendered by default.

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cn.vuejs.org

about/index.html

Lines changed: 928 additions & 0 deletions
Large diffs are not rendered by default.

api/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<!DOCTYPE html><html><head><meta charset="utf-8"><title>Redirecting...</title><link rel="canonical" href="/v2/api/"><script>(function(){
2+
window.location.replace('/v2/api/' + window.location.hash)
3+
})()</script><meta http-equiv="refresh" content="0; url=/v2/api/"></head></html>

archives/2014/03/index.html

Lines changed: 458 additions & 0 deletions
Large diffs are not rendered by default.

archives/2014/07/index.html

Lines changed: 458 additions & 0 deletions
Large diffs are not rendered by default.

archives/2014/11/index.html

Lines changed: 458 additions & 0 deletions
Large diffs are not rendered by default.

archives/2014/12/index.html

Lines changed: 458 additions & 0 deletions
Large diffs are not rendered by default.

archives/2014/index.html

Lines changed: 458 additions & 0 deletions
Large diffs are not rendered by default.

archives/2015/06/index.html

Lines changed: 458 additions & 0 deletions
Large diffs are not rendered by default.

archives/2015/10/index.html

Lines changed: 458 additions & 0 deletions
Large diffs are not rendered by default.

archives/2015/12/index.html

Lines changed: 458 additions & 0 deletions
Large diffs are not rendered by default.

archives/2015/index.html

Lines changed: 458 additions & 0 deletions
Large diffs are not rendered by default.

archives/2016/02/index.html

Lines changed: 458 additions & 0 deletions
Large diffs are not rendered by default.

archives/2016/03/index.html

Lines changed: 458 additions & 0 deletions
Large diffs are not rendered by default.

archives/2016/04/index.html

Lines changed: 458 additions & 0 deletions
Large diffs are not rendered by default.

archives/2016/index.html

Lines changed: 458 additions & 0 deletions
Large diffs are not rendered by default.

archives/index.html

Lines changed: 458 additions & 0 deletions
Large diffs are not rendered by default.

archives/page/2/index.html

Lines changed: 458 additions & 0 deletions
Large diffs are not rendered by default.

atom.xml

Lines changed: 431 additions & 0 deletions
Large diffs are not rendered by default.

browserconfig.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square70x70logo src="/images/icons/ms-icon-70x70.png" />
6+
<square150x150logo src="/images/icons/ms-icon-150x150.png" />
7+
<square310x310logo src="/images/icons/ms-icon-310x310.png" />
8+
<TileColor>#ffffff</TileColor>
9+
</tile>
10+
</msapplication>
11+
</browserconfig>

css/benchmark.css

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
#benchmark-results {
2+
margin-bottom: 2em;
3+
}
4+
#benchmark-results ul {
5+
list-style-type: none;
6+
padding: 0;
7+
margin-left: 0;
8+
}
9+
#benchmark-results .framework,
10+
#benchmark-results .time,
11+
#benchmark-results .bar,
12+
#benchmark-results .inner {
13+
display: inline-block;
14+
}
15+
#benchmark-results .framework {
16+
width: 4.2em;
17+
margin-right: 1em;
18+
font-weight: 600;
19+
}
20+
#benchmark-results .time {
21+
width: 4.2em;
22+
margin-right: 1em;
23+
}
24+
#benchmark-results .bar {
25+
width: 60%;
26+
}
27+
#benchmark-results .bar.min .inner {
28+
background-color: #e74c3c;
29+
}
30+
#benchmark-results .inner {
31+
height: 3px;
32+
vertical-align: middle;
33+
background-color: #3498db;
34+
}
35+
@media screen and (max-width: 600px) {
36+
#benchmark-results .bar {
37+
width: 45%;
38+
}
39+
}

0 commit comments

Comments
 (0)