Skip to content

Commit d7f6e21

Browse files
committed
add hn example
1 parent 71cf3d1 commit d7f6e21

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

source/examples/hackernews.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
title: HackerNews Clone
2+
type: examples
3+
order: 8
4+
---
5+
6+
> This is a HackerNews clone built upon HN's official Firebase API, and using Browserify + Vueify for the build setup.
7+
8+
<div style="max-width:600px">
9+
<a href="http://yyx990803.github.io/vue-hackernews" target="_blank"><img style="width:100%" src="/images/hn.png"></a>
10+
</div>
11+
12+
> [[Source](https://github.com/yyx990803/vue-hackernews)]

source/examples/todomvc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ type: examples
33
order: 7
44
---
55

6-
<iframe width="100%" height="500" src="todomvc/index.html" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
7-
86
> This is a fully spec-compliant TodoMVC implementation in under 120 effective lines of JavaScript (excluding comments and blank lines).
97
8+
<iframe width="100%" height="500" src="todomvc/index.html" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
9+
1010
> [[Source](https://github.com/yyx990803/vue/tree/master/examples/todomvc)]

themes/vue/source/images/hn.png

271 KB
Loading

0 commit comments

Comments
 (0)