0.0.2 • Published 2 years ago

taro-generate-router-method v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

taro-generate-router-method

Taro 封装路由方法。

安装

在 Taro 项目根目录下安装

$ npm i taro-generate-router-method --save

使用

引入插件

修改项目 config/index.js 中的 plugins 配置为如下

const config = {
  ...
  plugins: [
    ...其余插件
    'taro-generate-router-method'
  ]
  ...
}
执行 taro router-methods
0.0.2

2 years ago

0.0.1

2 years ago

0.0.6

2 years ago