书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 793 个相关结果.
  • 开发工具

    开发工具 端对端测试 ESLint 开发工具 测试是 Web 应用开发过程中不可获缺的工作。Nuxt.js 尽量帮助你简化这部分工作。 端对端测试 ava 是一个很强大的 JavaScript 测试框架,结合 jsdom ,我们就可以轻松地给 nuxt 应用进行端对端测试。 首先,我们需要添加 ava 和 jsdom ...
  • buildDir

    API: buildDir 属性 buildDir 属性 API: buildDir 属性 buildDir 属性 类型: String 默认: .nuxt 为 Nuxt.js 应用程序定义.nuxt(默认)目录 例如 (nuxt.config.js ): export default { buildDir ...
  • Loading

    Loading Customizing the Progress Bar Disable the Progress Bar Programmatically starting the loading bar Internals of the Progress Bar Using a Custom Loading Component The load...
  • content

    Hot reload in development Displaying content Styling your content Handles Markdown, CSV, YAML, JSON(5) Vue components in Markdown Fully Searchable API Previous and Next artic...
  • router

    API: router 属性配置 router 属性配置 base routeNameSplitter extendRoutes linkActiveClass linkExactActiveClass linkPrefetchedClass middleware mode scrollBehavior parseQuery / stri...
  • Dokku Server

    We recommend to read Dokku documentation for the setup and Deploying a Node.js Application on Digital Ocean using Dokku . For the example, we will call our Nuxt.js application m...
  • app.vue

    App file Minimal usage Usage with pages App file The app.vue file is the main component in your Nuxt 3 applications. Minimal usage With Nuxt 3, the pages/ directory is op...
  • Error Handling

    Error Handling Handling errors Errors during the Vue rendering lifecycle (SSR + SPA) Example with global error reporting framework Server and client startup errors (SSR + SPA) E...
  • Rendering Modes

    Rendering Modes Client-side only rendering Pros Cons Examples Universal Rendering Pros Cons Examples Summary Coming in Nuxt 3 Hybrid Rendering Rendering on CDN edge worke...
  • Generator

    API: The Generator Class Hooks API: The Generator Class Source: generator/generator.js Hooks We can register hooks on certain life cycle events. Hook Arguments When gen...