Skip to content

Commit 928d842

Browse files
re-fortkazupon
authored andcommitted
deepstreamHubの使用例を追加 (vuejs#250)
* add deepstream example * deepstreamHubの使用例を追加
1 parent 8f3497b commit 928d842

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

src/v2/examples/deepstream.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: deepstreamHubを使用したリアルタイム機能
3+
type: examples
4+
order: 9
5+
---
6+
7+
> この例では [deepstreamHub](https://deepstreamhub.com/) を使用して、データのリアルタイム同期、イベントの送信、クライアント間でのリモートプロシージャコールを行います(複数ブラウザを開いて確認することができます)。
8+
9+
<iframe width="100%" height="500" src="https://jsfiddle.net/yyx990803/ff0sp9hw/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

src/v2/examples/firebase.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Firebase + バリデーション
33
type: examples
4-
order: 2
4+
order: 10
55
---
66

77
> この例はデータ永続バックエンドとして [Firebase](https://firebase.google.com/) を使い、そしてクライアント間でリアルタイムに同期します(あなたは多数のブラウザタブで開いて試すことができます)。そのうえ、アイテムを追加する/削除するときは、算出プロパティを使用し、瞬時にバリデーションを実行して、CSS トランジションのきっかけとなります。

src/v2/examples/hackernews.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: HackerNews クローン
33
type: examples
4-
order: 10
4+
order: 12
55
---
66

77
> これは Hackernews のオフィシャル Firebase API に基づいた Hackernews クローンで、Vue 2.0 + vue-router + vuex 、そしてサーバサイドレンダリングが使用されています。

src/v2/examples/todomvc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: TodoMVC
33
type: examples
4-
order: 9
4+
order: 11
55
---
66

77
> これは Javascript の実質 120 行を切る(コメントと空行を除く)完全に仕様に準拠する TodoMVC 実装です。

0 commit comments

Comments
 (0)