Skip to content

Chinese Translation: zh/summary #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 9, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions zh/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
- [基本用法](basic.md)
- [编写通用代码](universal.md)
- [源码结构](structure.md)
- [路由和代码分割](routing.md)
- [数据预取和状态](data.md)
- [客户端混合](hydration.md)
- [介绍 Bundle Renderer](bundle-renderer.md)
- [构建配置](build-config.md)
- [CSS 管理](css.md)
- [Head 管理](head.md)
- [缓存](caching.md)
- [流式渲染](streaming.md)
- [API 参考](api.md)
- [createRenderer](api.md#createrendereroptions)
- [createBundleRenderer](api.md#createbundlerendererbundle-options)
- [Class: Renderer](api.md#class-renderer)
- [Class: BundleRenderer](api.md#class-bundlerenderer)
- [Renderer 选项](api.md#renderer-options)
- [template](api.md#template)
- [clientManifest](api.md#clientmanifest)
- [inject](api.md#inject)
- [shouldPreload](api.md#shouldpreload)
- [runInNewContext](api.md#runinnewcontext)
- [basedir](api.md#basedir)
- [cache](api.md#cache)
- [directives](api.md#directives)
- [webpack 插件](api.md#webpack-plugins)