Replies: 4 comments 2 replies
-
多页路由本身只有一个配置就可以开启,并不需要单独示例项目 |
Beta Was this translation helpful? Give feedback.
0 replies
-
以 chain.plugin('pages/index/index').tap(args => {
args[0].template = path.resolve(path.dirname(args[0].template), 'pages/index/index.html')
return args
}) |
Beta Was this translation helpful? Give feedback.
1 reply
-
@zouchao1 能看下你的例子吗? @ZakaryCode 我想在taro运行的时候,在本地额外的运行一个单独的html文件,类似多入口。这种怎么操作 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
这个特性解决了什么问题?
根据文档
开启多页面应用,想要以每个page文件夹下的template index.html作为模版,并且每个页面他自己的子路由如何单独创建
发现只会打包后dist文件下的pages生成一个home文件夹里面有一个home.html
这个 API 长什么样?
提供一个配置参数开启多页应用后有自己的模版和子路由等
Beta Was this translation helpful? Give feedback.
All reactions