Assemble urls from route-like templates (/path/:param)16-02-2019
Nuxt.js automatically generates the vue-router configuration based on your file tree of Vue files inside the pages directory.11-06-2019
The router property lets you customize Nuxt.js router (vue-router).11-06-2019
For most Single Page Applications, it’s recommended to use the officially-supported vue-router library. For more details, see vue-router’s documentation.11-06-2019
Turn a path string such as /user/:name into a regular expression.08-08-2019