Static Hosting Server Hosting Static Hosting Nuxt.js also works as a static site generator. Statically render your Nuxt.js application and get all of the benefits of a univers...
Pages Properties of a page component Layouts Default Layout Custom Layout Error Page Document: App.html The Views section describes all you need to know to configure data a...
Server side rendering Node.js server required Extend and control the server Server vs Browser environments Server-side rendering steps with Nuxt Step 1: Browser to Server Step ...
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 o...
Nuxt.js 2.13+ can scan and auto import your components. Type: Boolean or Object Default: false When set to true or using an object, it will include the nuxt/components ...
Server Routes Usage Example Server Routes Server Middleware Matching Route Parameters Matching HTTP Method Catch-all route Handling Requests with Body Access Request Cookies...
Getting Started Configure your application Build and serve the app Further Information Deploying using PM2 (Process Manager 2) is a fast and easy solution for hosting your un...
Fetching Data Components Discovery Dynamic Imports Nested Directories The components directory contains your Vue.js components. Components are what makes up the different part...