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

    Type: Function Arguments: Request Response Returns: Promise You can use Nuxt.js as a middleware with nuxt.render for your Node.js server. Example with Express : cons...
  • How to edit host and port?

    How to edit host and port? As direct arguments Configure in nuxt.config.js : With NUXT_HOST and NUXT_PORT env variables With HOST and PORT env variables Via a nuxt config in t...
  • hooks

    hooks 属性 hooks 列表 例子 不在root上时重定向到 router.base hooks 属性 类型: Object hooks是Nuxt事件的监听器 ,这些事件通常在Nuxt模块中使用,但也可以在nuxt.config.js中使用。了解更多 例如 (nuxt.config.js ): import fs fr...
  • generate

    The generate Property cache concurrency crawler dir devtools exclude fallback interval minify routes Function which returns a Promise Function with a callback Speeding u...
  • Context

    API: The Context Universal keys app (NuxtAppOptions) store (Vuex Store) route (Vue Router Route) params (Object) query (Object) env (Object) isDev (Boolean) isHMR (Boolean) ...
  • 版本记录

    2943 2019-06-30 《Nuxt.js 2.6.x 教程》
    版本信息 v2.8.1 Released on 4 June 🐛 Bug Fixes 5867 Fix exception on property access of undefined object 5863 Prevent "can't set headers after they are sent" error in modern server...
  • renderAndGetWindow

    API: nuxt.renderAndGetWindow(url, options) nuxt.renderAndGetWindow(url, options = {}) API: nuxt.renderAndGetWindow(url, options) nuxt.renderAndGetWindow(url, options = {}) ...
  • Directory Structure

    Directory Structure Directories The pages directory The components directory The assets directory The static directory The nuxt.config.js file The package.json file More abo...
  • Builder

    The Builder Class Hooks The Builder Class Source: builder/builder.js Hooks We can register hooks on certain life cycle events. // Add hook for build this . nuxt . ho...
  • Vue.js Development

    Vue.js Development Vue.js Vue with Nuxt Single file components Components auto-imports Vue Router Example Differences with Nuxt 2 / Vue 2 Faster rendering Smaller bundle Co...