Deployment Targets Static Hosting Server Hosting Deployment Targets Static Hosting Nuxt also works as a static site generator. Statically render your Nuxt application and ge...
The rootDir property The rootDir property Define the workspace of Nuxt application Type: String Default: process.cwd() This property will be overwritten by the nuxt comman...
The modern property The modern property Build and serve a modern bundle This feature is inspired by vue-cli modern mode Type: String or Boolean Default: false Possible...
API: The modern Property API: The modern Property This feature is inspired by vue-cli modern mode Type: String or Boolean Default: false Possible values: 'client' : Se...
cache concurrency crawler dir devtools exclude fallback interval minify routes Function which returns a Promise Function with a callback Speeding up dynamic route genera...
Output directory Output directory Nuxt creates the .output/ directory when building your application for production. You should not touch any files inside since the whole dire...
API: The buildDir Property API: The buildDir Property Type: String Default: .nuxt Define the dist directory for your Nuxt.js application Example (nuxt.config.js ): ...
Development Tools End-to-End Testing ESLint and Prettier Development Tools Testing your application is part of the web development. Nuxt.js helps you to make it as easy as p...