The components Property The components Property Nuxt.js 2.13+ can scan and auto import your components. Type: Boolean or Object Default: false When set to true or usi...
Views App Template Layouts Default Layout Custom Layout Error Page Pages HTML Head Default Meta Tags Custom Meta Tags for a Page Views The Views section describes all ...
Getting Started Configure: For a statically generated site For client side rendering only Deploying to Netlify is a low friction option for getting a statically generated Nu...
The asyncData Method The asyncData Method You may want to fetch data and render it on the server-side. Nuxt.js adds an asyncData method that lets you handle async operations ...