Skip to content

Commit a7ee150

Browse files
inouetakuyakazupon
authored andcommitted
Japanese Translation: ja/SUMMARY.md (#35)
* Translate SUMMARY.md via GitLocalize * hydration.md と合わせた "Client Side Hydration" の翻訳 by hikimon · Pull Request #36 · open-source-translators/vue-ssr-docs #36 * en/ に合わせてインデントを 2 にした * Renderer 生成時の各オプションの階層を下げた。en/ でもそうなっている
1 parent 6dc3006 commit a7ee150

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

Diff for: ja/SUMMARY.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
- [基本的な使い方](basic.md)
2+
- [ユニバーサルなコードを書く](universal.md)
3+
- [ソースコードの構造](structure.md)
4+
- [ルーティングとコード分割](routing.md)
5+
- [データのプリフェッチとステート](data.md)
6+
- [クライアントサイドでのハイドレーション](hydration.md)
7+
- [バンドルレンダラの紹介](bundle-renderer.md)
8+
- [ビルド設定](build-config.md)
9+
- [CSS の管理](css.md)
10+
- [ヘッドの管理](head.md)
11+
- [キャッシュ](caching.md)
12+
- [ストリーミング](streaming.md)
13+
- [API リファレンス](api.md)
14+
- [createRenderer](api.md#createrendereroptions)
15+
- [createBundleRenderer](api.md#createbundlerendererbundle-options)
16+
- [クラス: Renderer](api.md#class-renderer)
17+
- [クラス: BundleRenderer](api.md#class-bundlerenderer)
18+
- [Renderer 生成時のオプション](api.md#renderer-options)
19+
- [template](api.md#template)
20+
- [clientManifest](api.md#clientmanifest)
21+
- [inject](api.md#inject)
22+
- [shouldPreload](api.md#shouldpreload)
23+
- [runInNewContext](api.md#runinnewcontext)
24+
- [basedir](api.md#basedir)
25+
- [cache](api.md#cache)
26+
- [directives](api.md#directives)
27+
- [Webpack プラグイン](api.md#webpack-plugins)

0 commit comments

Comments
 (0)