Answer the question
In order to leave comments, you need to log in
How to implement such routes in nuxt.js?
Is it possible to implement such a route structure on nuxt.js
example.com/:product/:code
example.com/:category/:code
where
:product - product slug
:category - category slug
:code - product code consists of prefix 'p ' and a number (p12345), for a category the code consists of the prefix 'c' and a number (c12345).
If this is still possible to implement, will it not affect performance?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question