File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
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 )]
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ type: examples
3
3
order: 7
4
4
---
5
5
6
- <iframe width =" 100% " height =" 500 " src =" todomvc/index.html " allowfullscreen =" allowfullscreen " frameborder =" 0 " ></iframe >
7
-
8
6
> This is a fully spec-compliant TodoMVC implementation in under 120 effective lines of JavaScript (excluding comments and blank lines).
9
7
8
+ <iframe width =" 100% " height =" 500 " src =" todomvc/index.html " allowfullscreen =" allowfullscreen " frameborder =" 0 " ></iframe >
9
+
10
10
> [[ Source] ( https://github.com/yyx990803/vue/tree/master/examples/todomvc )]
You can’t perform that action at this time.
0 commit comments