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

    2014 2020-01-01 《Nuxt.js v2.11.x Guide》
    Release Notes v2.11.0 🐛 Bug Fixes 6777 Add catch statement to non function block in serializeFunction 6791 Fix flatRoutes regex for nested routes with trailing slash enabled ...
  • 命令

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

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

    模块 介绍 Nuxt.js 模块列表 基本模块 异步模块 使用 async/await 返回 Promise 使用回调 常见模块 优先级最高选项 提供插件 模板插件 添加CSS库 Emit assets 注册自定义 loaders 在指定钩子上运行任务 Module package commands 模块 模块是Nu...
  • 如何编辑主机和端口号?

    如何更改应用的主机和端口配置? 如何更改应用的主机和端口配置? 作为命令参数直接传递 在 nuxt.config.js 中配置: 使用 NUXT_HOST 和 NUXT_PORT env 变量 使用HOST和PORT env变量 在 package.json 中配置 nuxt : 如何更改应用的主机和端口配置? 如何更改应用的主机和端...
  • 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 the...
  • The srcDir Property

    The srcDir property The srcDir property Define the source directory of your Nuxt application. Type: String Default: rootDir value If a relative path is specified it will b...
  • 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) ...
  • 版本记录

    版本信息 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...
  • Modules

    Modules Introduction List of Nuxt.js modules Write a basic Module Async Modules Build-only Modules Use async/await Return a Promise Common Snippets Top level options Provid...