欢迎来到天天文库
浏览记录
ID:15139510
大小:236.66 KB
页数:38页
时间:2018-08-01
《ironrouter中文指南(精品)》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、Guide指南2QuickStart2Concepts概念4ServerOnly服务端4ClientOnly客户端4ClientandServer服务端和客户端4Reactivity响应式5RouteParameters路由参数5RenderingTemplates渲染模板7RenderingTemplateswithData渲染含数据的模板7Layouts布局8RenderingTemplatesintoRegionswithJavaScript含JavaScript的区域渲染模板9SettingRegionDataContexts设置区域数据上下文10RenderingT
2、emplatesintoRegionsusingcontentFor在contenFor区域渲染模板11ClientNavigation客户端导航12UsingLinks使用链接12UsingJavaScript使用JavaScript14UsingRedirects使用redirects14UsingLinkstoServerRoutes使用服务端Links15NamedRoutes命名路由15GettingtheCurrentRoute获取当前路由16TemplateLookup模板查找16PathandLinkTemplateHelpers路径和链接模板助手17path
3、For17urlFor18linkTo18RouteOptions路由选项19RouteSpecificOptions特殊的选项19GlobalDefaultOptions默认全局选项22Subscriptions订阅22WaitandReady22ThesubscriptionsOption(选项)23ThewaitOnOption(选项)24ServerRouting服务端路由25CreatingRoutes创建路由25RestfulRoutes(Rest架构式路由)25404sandClientvsServerRoutes404s和客户端vs服务端路由26Plugins
4、插件26ApplyingPluginstoSpecificRoutes特定的路由应用插件26CreatingPlugins创建插件27Hooks钩子27UsingHooks使用钩子27ApplyingHookstoSpecificRoutes特定的路由应用钩子28UsingtheIron.Router.hooksNamespace使用Iron.Router.hooks命名空间29AvailableHookMethods可用的钩子方法29ServerHooksandConnect服务端钩子和Connect中间件30RouteControllers路由控制器31CreatingR
5、outeControllers创建路由控制器32InheritingfromRouteControllers来自路由控制器的继承33AccessingtheCurrentRouteController访问当前路由控制器34SettingReactiveStateVariables设置响应状态变量35GettingReactiveStateVariables获取响应状态变量35CustomRouterRendering定制路由器渲染36LegacyBrowserSupport传统浏览器支持36补充37Rest架构37路由、路由器、路由控制器的区别37yeild与contentF
6、or之间的区别37Guide指南Arouterthatworksontheserverandthebrowser,designedspecificallyforMeteor.ironrouter是为Meteor设计的一套在服务器和浏览器端工作的路由器。QuickStartYoucaninstalliron:routerusingMeteor'spackagemanagementsystem:首先,你需要使用Meteor的扩展包管理系统安装iron:router>meteoraddiron:routerToupdateiron:routertothelatestversiony
7、oucanusethemeteorupdatecommand:若需升级iron:router,则使用Meteor的更新命令>meteorupdateiron:routerStartbycreatingarouteinyourJavaScriptfile.Bydefault,routesarecreatedfortheclientandwillruninthebrowser.首先在JavaScript文件中创建一个路由,默认情况是为客户端创建的路由只在浏览器端运行。Router.route('/',fun
此文档下载收益归作者所有