API: The asyncData Method API: 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 asyn...
The modules Property buildModules The modules Property Type: Array Modules are Nuxt.js extensions which can extend it’s core functionality and add endless integrations. L...
API: The modules Property buildModules API: The modules Property Type: Array Modules are Nuxt.js extensions which can extend it's core functionality and add endless int...
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...
How to deploy with Surge? How to deploy with Surge? Nuxt.js gives you the possibility to host your web application on any static hosting like Surge for example. To deploy on ...
How to deploy on Heroku? How to deploy on Heroku? We recommend you read the Heroku documentation for Node.js . [ Watch a free lesson on How to deploy Nuxt.js to Heroku on Vu...
buildModules Type: Array Modules are Nuxt.js extensions which can extend its core functionality and add endless integrations. Learn More Example (nuxt.config.js ): expo...