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

    v2.15.4 🐛 Bug Fixes 8978 Reload page once after loading chunk error (resolves #3389) 9008 Fallback to global nuxt instance of $root is not available (resolves #8995) 9010 Use ...
  • generate 属性配置

    generate 属性配置 dir minify routes 返回一个 Promise 对象的函数 参数是一个 Node 风格的回调函数 generate 属性配置 类型: Object 配置 Nuxt.js 应用生成静态站点的具体方式。 当运行 nuxt generate 命令或在编码中调用 nuxt.generate(...
  • 安 装

    安装 运行 create-nuxt-app 从头开始新建项目 新建 package.json 文件 安装 nuxt pages 目录 安装 Nuxt.js 十分简单易用。一个简单的项目只需将 nuxt 添加为依赖组件即可。 运行 create-nuxt-app 为了快速入门,Nuxt.js团队创建了脚手架工具 create...
  • 安 装

    安装 运行 create-nuxt-app 从头开始新建项目 新建 package.json 文件 安装 nuxt pages 目录 安装 Nuxt.js 十分简单易用。一个简单的项目只需将 nuxt 添加为依赖组件即可。 运行 create-nuxt-app 为了快速入门,Nuxt.js团队创建了脚手架工具 creat...
  • Amazon Web Services Static

    AWS w/ the Amplify Console From your existing code Add repository branch Configure build settings Review AWS w/ S3 + CloudFront Overview Setting it up AWS: Setup your S3 buc...
  • Built-in Components

    Nuxt Components The Nuxt Component The NuxtChild Component keep-alive The NuxtLink Component prefetchLinks Disable prefetching for specific links Disable prefetching globally ...
  • Development Tools

    Development Tools End-to-End Testing ESLint and Prettier Development Tools Testing your application is part of the web development. Nuxt.js helps you to make it as easy as p...
  • telemetry

    telemetry Property The telemetry Property Why collecting Telemetry? Opting-out telemetry Property The telemetry Property Nuxt v2.13.0 introduces Nuxt Telemetry to collec...
  • Lifecycle Hooks

    Lifecycle Hooks Nuxt Hooks (build time) Usage with nuxt.config Usage with Nuxt Modules App Hooks (runtime) Usage with Plugins Lifecycle Hooks Nuxt provides a powerful hooki...
  • 如何更改应用的主机和端口配置?

    如何更改应用的主机和端口配置? 如何更改应用的主机和端口配置? 作为命令参数直接传递 在 nuxt.config.js 中配置: 使用 NUXT_HOST 和 NUXT_PORT env 变量 使用 HOST 和 PORT env 变量 在 package.json 中配置 nuxt : 如何更改应用的主机和端口配置? 如何更...