learn vue router 源码
了解Vue路由器 原始等级学习Vue Router ,删除一些与学习原始无关的文件夹和文件。 基于 执行yarn run dev:dist后可以内置出带sourcemap的代码,可以使用进行断点调试。 安装了babel-node盔甲在中使用yarn run test测试你想测试的代码。不过要注意将测试代码和依赖代码中的流类型注释删除掉。 认识几个比较主要的类型定义 RouteConfig配置对象 interface _RouteConfigBase { path : string name ?: string children ?: RouteConfig [ ] redirect ?: RedirectOption alias ?: string | string [ ] meta ?: any beforeEnter ?: NavigationGuard
文件列表
learn-vue-router
(预估有个108文件)
.babelrc
26B
index.html
2KB
index.html
262B
index.html
367B
index.html
352B
index.html
1KB
index.html
397B
index.html
469B
index.html
332B
index.html
258B
暂无评论