Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在对 Nuxt 和 Sapper 进行了一些比较测试之后,我正在考虑在生产中使用 Sapper 来开发一个新项目,但是我需要解决一个问题。该站点具有分层页面结构,类别和子类别最多可分为 4 级。但是,深度会有所不同。所以这给了我这样的路线:
[category]/[subcat_1]/[subcat_2]/[...]/[page].html
如何避免为每个可能的级别复制我的页面模板?在 Nuxt 中,我会使用路由器而不是pagesdir,但在 Sapper 中,这(还)不可能吗?
pages
不幸的是,你是对的,这还不可能。不过,这是一个高度优先事项——我们打算在 6 月份解决这个问题。