Static GitHub Issues

[1883] nuxt's PAGES to routes mechanism doesn't support patterns like this.

prev: Facing difficulties with nuxt routing and i18n
next: @click binding won't work in ie9, using version rc11

Here's my scenario.

I have a view to review the "summary" of all "projects", which consists of several charts and tables and stuff like that, and I need a page to review the summary of one project specified by its "id", both pages has exactly same layouts and structure so I need to map projects/summary and projects/:id/summary to a single page comp.

How do I arrange my PAGES dir to make that happen?

P.S. I don't think projects/summary/:id will be a good solution because I believe a projectId should only follow "projects", not a name of any other resource models, e.g. "summary".

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1689">#c1689</a>)</em></sub></div>