@lcpcode/route
v0.0.4
Published
路由器
Downloads
2
Readme
@lcpcode/route
@lcpcode/route.
See our website @lcpcode/route for more information.
Install
Using npm:
$ npm install --save @lcpcode/route
or using yarn:
$ yarn add @lcpcode/route
路由器目标:提供路由容器。
应用路由管理是由一系列组件的配合完成的功能:
- 页面布局构建 layout
- 导航菜单管理应用页面跳转
- 路由器承载页面容器
- 页头承载页面基础信息
方案设计:
- 开发布局页面,跟普通页面同样等级
- 布局页面里可以拖放页面布局、导航菜单、路由器、页头组件
- 导航菜单管理应用页面跳转
- 路由器承载对应的页面渲染
- 页头承载页面面包屑等页面信息渲染
技术资料: - react-router Declarative routing for React 文档 - examples - nesting - recursive-paths 递归路径 - route-config - antd 组件 - Menu 组件 - PageHeader - Layout 布局