$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...
Introduction What is NuxtJS? Features How it Works Schema Server Rendered (Universal SSR) Single Page Applications (SPA) Static Generated (Pre Rendering) Static Site Generati...
Type: String Default: rootDir value Define the source directory of your Nuxt.js application If a relative path is specified it will be relative to the rootDir . Example 1...
How to deploy on Dokku? How to deploy on Dokku? We recommend to read Dokku documentation for the setup and Deploying a Node.js Application on Digital Ocean using Dokku . For ...
Type: String Default: process.cwd() Define the workspace directory of your Nuxt.js application. This property will be overwritten by the nuxt commands(nuxt start, nuxt bui...