API: The Renderer Class Hooks API: The Renderer Class Source: vue-renderer/renderer.js This class is exporting a connect middleware which handles and serves all SSR and...
Introduction How It Works Features Todo Why Not …? Nuxt Docsify / Docute Hexo GitBook Introduction VuePress is composed of two parts: a minimalistic static site gener...
Store directory Activate the Store Modules Example folder structure Plugins in the Store The nuxtServerInit Action Vuex Strict Mode Store directory The store directory co...
The target Property The target Property Deployment targets for Nuxt >= v2.13: Type: string Default: server Possible values: 'server' : For server side rendering 'static' : ...
The css property Style Extensions The css property Nuxt lets you define the CSS files/modules/libraries you want to set globally (included in every page). In case you want to...
How to deploy using PM2 cluster mode? Getting Started Configure your application Build and serve the app Further Information How to deploy using PM2 cluster mode? Deploying...