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

    API: Nuxt(options) 以编程形式使用 Nuxt.js Nuxt(options) 调试信息 API: Nuxt(options) 以编程形式使用 Nuxt.js 如果你打算用自己的中间件和 API 运行你的服务端的话,你可以以编程的形式将 Nuxt.js 集成到你原有的应用中去。因为 Nuxt.js 基于 ES2015 编...
  • Data Fetching

    The fetch hook Options Listening to query string changes Caching Using activated hook Async Data Async data in components? Listening to query changes Nuxt.js supports tra...
  • 如何使用 Now.sh 进行部署?

    description: 如何使用 Now.sh 进行部署? 如何使用 Now.sh 进行部署? title: 如何使用 Now.sh 进行部署? description: 如何使用 Now.sh 进行部署? 如何使用 Now.sh 进行部署? 使用 now.sh 部署,推荐的 package.json 配置如下: { "n...
  • Commands and Deployment

    Commands and Deployment List of Commands Arguments Using in package.json Development Environment Production Deployment Server-Side Rendered Deployment (Universal SSR) Static ...
  • Intro

    API: Nuxt Modules Intro Nuxt 内部 Core Nuxt Renderer ModuleContainer Build Builder Generator Common Utils Options Packaging & Usage Common patterns API: Nuxt Modules...
  • Intro

    Nuxt 内部 Core Nuxt Renderer ModuleContainer Build Builder Generator Common Utils Options Packaging & Usage Common patterns Nuxt 内部 Nuxt.js具有完全模块化的架构,允许开发人员使用灵活的API扩展...
  • 命令和部署

    命令 命令列表 参数 开发模式 发布部署 服务端渲染应用部署 静态应用部署 单页面应用程序部署 (SPA) 命令 Nuxt.js 提供了一系列常用的命令, 用于开发或发布部署。 命令列表 命令 描述 nuxt 启动一个热加载的Web服务器(开发模式) localhost:3000 。 nuxt build 利用webpa...
  • render

    nuxt.render(req, res) nuxt.render(req, res) 类型: Function 参数: Request Response 返回: Promise 你可以通过 nuxt.render 函数,把 Nuxt.js 变成你 Node.js 服务端的中间件。 例如,结合 Express.js 使用: ...
  • The context

    The Context Universal keys app store route params query env isDev isHMR redirect error $config Server-side keys req Res beforeNuxtRender Client-side keys from nuxt...
  • TypeScript

    TypeScript Type-checking Auto-generated types .nuxt/nuxt.d.ts .nuxt/tsconfig.json Stricter Checks TypeScript Nuxt 3 is fully typed and provides helpful shortcuts to ensure ...