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
You may want to fetch data and render it on the server-side. Nuxt.js adds an asyncData method that lets you handle async operations before setting the component data.11-06-2019
If you are using Nuxt.js chances are you have had some experience with express one way or another. Maybe your planning a Nuxt.js project and are wondering how extensible it is. While the Nuxt.js project uses connect for routing it is possible to use express for something like an API and get all the benefits of exisiting parsers and plugins.18-06-2019
I have been using Nuxt.js recently for many different projects — work and personal. It’s a fantastic framework that really takes the pain out of SSR deployments.13-08-2019