Runtime Config Runtime Config (2.13+) Usage .env support Expand/Interpolation Support Runtime Config Nuxt.js supports env config to provide configuration via process.env ...
Layouts directory Example: Enabling layouts with app.vue Example: setting the layout with ~/pages Example: manual control with ~/pages Example: changing the layout Layouts d...
nuxi info nuxi info npx nuxi info [ rootDir ] The info command logs information about the current or specified Nuxt project. Option Default Description rootDir . The d...
Async Data Async Data with Nuxt.js The asyncData method Returning a Promise Using async/await Displaying the data The Context Use req /res objects Accessing dynamic route d...
API: The key Property API: The key Property Set the key property of internal <router-view> component Type: String or Function The key property is propagated into <r...
Set the key property of internal <router-view> component Type: String or Function The key property is propagated into <router-view> , which is useful to make transitio...
The loading property The loading property The loading property gives you the option to disable the default loading progress bar on a specific page. Type: Boolean (default: ...