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

    API: The Builder Class Builder Class Hooks API: The Builder Class Builder Class 来源: builder/builder.js Hooks 我们可以在某些生命周期事件中注册钩子。 // Add hook for build this . nuxt ...
  • Introduction

    1774 2019-10-20 《Nuxt.js v2.10.x Guide》
    Introduction What is NuxtJS? Features How it Works Schema Server Rendered (Universal SSR) Single Page Applications (SPA) Static Generated (Pre Rendering) Introduction N...
  • Service worker

    Service worker Usage Entry point Service worker Explore the Service worker preset with Nitro to push the boundaries of Nuxt rendering to the edge. Can be used for edge-side...
  • Generator

    Generator Class Hooks Generator Class 来源: generator/generator.js Hooks 我们可以在某些生命周期事件中注册钩子。 Hook Arguments When generate:before (nuxt, generateOptions) 钩子(hook)生成之前 gen...
  • Data Fetching

    Data Fetching The fetch hook Usage Fetching data Changing fetch behavior Accessing the fetch state Listening to query string changes Caching Error handling Using activated h...
  • 如何部署至 Dokku

    如何在Dokku上部署Nuxt.js应用程序? 如何在Dokku上部署Nuxt.js应用程序? 我们建议阅读Dokku文档的设置 和使用Dokku部署Node.js应用程序 例如,我们将调用我们的Nuxt.js应用程序my-nuxt-app 。 我们需要告诉Dokku安装项目的devDependencies (能够启动npm run build...
  • Release Notes

    Release Notes v2.12.2 🐛 Bug Fixes 7146 HMR for sub-app serverMiddleware without path 7139 Sanitize layouts after resolve for splitChunks.layout 7131 Join with os native sep ...
  • Server Engine

    Server Engine API Layer Direct API calls Typed API routes Standalone Server Server Engine Nuxt 3 is powered by a new server engine, code-named “Nitro”. This engine has many...
  • 开源贡献指引

    开源贡献指引 提交问题 Pull Requests 开始 构建 测试结构 Fixtures Unit tests(单元测试) 测试您的更改 例子 Linting 文档 提交过程 在 macOS 上调试测试 开源贡献指引 欢迎为 Nuxt.js 做出开源贡献! 提交问题 我们使用CMTY 使贡献者和维护者更容易的...
  • router

    API: The router Property base routeNameSplitter extendRoutes fallback linkActiveClass linkExactActiveClass linkPrefetchedClass middleware mode parseQuery / stringifyQuery ...