Skip to content

Latest commit

 

History

History

zh

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
home heroImage actionText actionLink footer
true
/logo.png
Get Started →
/zh/installation.html
MIT Licensed | Copyright © 2014-present Evan You, Eduardo San Martin Morote

Vue Router 是 Vue.js 官方的路由管理器。它和 Vue.js 的核心深度集成,让构建单页面应用变得易如反掌。包含的功能有:

  • 嵌套的路由/视图表
  • 模块化的、基于组件的路由配置
  • 路由参数、查询、通配符
  • 基于 Vue.js 过渡系统的视图过渡效果
  • 细粒度的导航控制
  • 带有自动激活的 CSS class 的链接
  • HTML5 历史模式或 hash 模式,在 IE9 中自动降级
  • 自定义的滚动条行为

现在开始起步或尝试一下我们的示例吧 (查看仓库的 README.md 来运行它们)。