The telemetry property The telemetry Property Why collect Telemetry Opting-out The telemetry property Nuxt collects anonymous telemetry data about general usage. This helps u...
Roadmap 📢 Announcements 📅 Release schedule Current Releases 🛣️ Roadmap 📦 Core Modules Roadmap Nuxt is constantly evolving, with new features and modules being added all the...
Commands and deployment Using in package.json Development Environment List of Commands target: server (default value) target: static Webpack Config Inspection Production Depl...
API: Using Nuxt.js Programmatically Nuxt Constructor Debug logs API: Using Nuxt.js Programmatically You might want to use your own server with your middleware and your API. T...
Migration Guide Feature Comparison Migration Guide Already have a Nuxt project to migrate? These migration guides are for users wanting to upgrade their Nuxt application to Nux...
Type: Boolean Default: true Define the development or production mode of Nuxt.js. This property is overwritten by the nuxt commands: dev is forced to true with nuxt d...
Installation Online playground Prerequisites Using create-nuxt-app Manual Installation Set up your project What is a package.json file? Install Nuxt Create your first page S...
The dev Property The dev Property Type: Boolean Default: true Define the development or production mode of Nuxt.js. This property is overwritten by nuxt commands : de...