Exploring Nuxt Modules The modules Property Write your own Module 1) ModuleOptions Top level options 2) this.options Add a CSS Library Emit assets 3) this.nuxt Run Tasks on...
$fetch $fetch 👉 Read more in Guide > Features > Data Fetching . Nuxt uses ohmyfetch to expose globally the $fetch helper for making HTTP requests within your Vue app or AP...
Hot reload in development Displaying content Styling your content Handles Markdown, CSV, YAML, JSON(5) Vue components in Markdown Fully Searchable API Previous and Next artic...
Introduction What is NuxtJS? Features How it Works Schema Server Rendered (Universal SSR) Single Page Applications (SPA) Static Generated (Pre Rendering) Static Site Generati...
External Packages Vue Plugins The plugins Property ES6 Plugins Client or server side only Name conventional plugin Object syntax Inject in $root & context The extendPlugin...
How to deploy on Heroku? How to deploy on Heroku? We recommend you read the Heroku documentation for Node.js . [ Watch a free lesson on How to deploy Nuxt.js to Heroku on Vu...
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...
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...