书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 793 个相关结果.
  • Renderer

    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

    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...
  • asyncData 方法

    asyncData 方法 上下文对象 asyncData 方法 你可能想要在服务器端获取并渲染数据。Nuxt.js添加了asyncData 方法使得你能够在渲染组件之前异步获取数据。 类型: Function asyncData 方法会在组件(限于页面组件 )每次加载之前被调用。它可以在服务端或路由更新之前被调用。在这个方法被调用的...
  • Store directory

    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 ModuleContainer class

    The ModuleContainer class Tapable plugins Methods addVendor (vendor) addTemplate (template) addPlugin (template) addServerMiddleware (middleware) extendBuild (fn) extendRoute...
  • target

    The target Property The target Property Deployment targets for Nuxt >= v2.13: Type: string Default: server Possible values: 'server' : For server side rendering 'static' : ...
  • build

    API: 构建配置 构建配置 analyze babel cache crossorigin cssSourceMap devMiddleware devtools extend loaders in extend extractCSS filenames friendlyErrors hardSource hotMiddlewa...
  • globalName

    API:globalName 属性 globalName 属性 globals 属性 API:globalName 属性 globalName 属性 Nuxt.js允许您自定义主HTML模板中使用的全局ID以及主Vue实例名称和其他选项。 类型: String 默认: nuxt 例子: nuxt.config.js ...
  • The css Property

    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...
  • Deploy using PM2 cluster mode

    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...