Mutations and Actions Creating the Component Testing with a real Vuex store Testing using a mock store Testing a Namespaced Action (or Mutation) Conclusion This book is writ...
Nuxt Components The Nuxt Component The NuxtChild Component keep-alive The NuxtLink Component prefetchLinks Disable prefetching for specific links Disable prefetching globally ...
API: The <nuxt-child> Component Named View API: The <nuxt-child> Component This component is used for displaying the children components in a nested route . Example: ...
Modules Introduction List of Nuxt.js modules Write a basic Module Async Modules Build-only Modules Use async/await Return a Promise Common Snippets Top level options Provid...