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

    1161 2019-07-01 《Nuxt.js 2.6.x 教程》
    模块 介绍 Nuxt.js 模块列表 基本模块 异步模块 使用 async/await 返回 Promise 使用回调 常见模块 优先级最高选项 提供插件 模板插件 添加CSS库 Emit assets 注册自定义 loaders 在指定钩子上运行任务 Module package commands 模块 模块是Nux...
  • Commands and Deployment

    Commands and Deployment List of Commands Arguments Hooks Using in package.json Development Environment Production Deployment Server-Side Rendered Deployment (Universal SSR) ...
  • Deploy on Dokku

    How to deploy on Dokku? How to deploy on Dokku? We recommend to read Dokku documentation for the setup and Deploying a Node.js Application on Digital Ocean using Dokku . F...
  • NuxtApp

    NuxtApp Accessing NuxtApp Providing helpers NuxtApp In Nuxt 3, you can access runtime app context within composables, components and plugins. In Nuxt 2, this was referred to ...
  • The components Property

    The components property Configuration path path extensions pattern ignore prefix pathPrefix watch transpile level Advanced Overwriting Components Library Authors T...
  • hooks

    API: The hooks Property List of hooks Examples Redirect to router.base when not on root API: The hooks Property Type: Object Hooks are listeners to Nuxt events that are ...
  • generate

    API: The generate Property concurrency dir devtools exclude fallback interval minify routes Function which returns a Promise Function with a callback Speeding up dynamic r...
  • Reporting Bugs

    Reporting Bugs Is it really a bug? Search the issues Create a minimal reproduction Figure out what the cause might be Reporting Bugs Try as we might, we will never completel...
  • Release Notes

    Release Notes v2.14.3 🐛 Bug Fixes 7928 Apply nomodule to legacy chunks 💖 Thanks to v2.14.2 🐛 Bug Fixes 7906 Avoid using node_modules for chunk names (resolves #7901) 7919...
  • The Builder class

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