书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 793 个相关结果.
  • 如何部署至 GitHub Pages?

    如何部署至GitHub Pages? 如何部署至GitHub Pages? 部署到 GitHub 页面并获取仓库 使用命令行进行部署 构建服务器部署 Travis CI Appveyor 如何部署至GitHub Pages? 如何部署至GitHub Pages? Nuxt.js 允许你将静态化后的站点部署至任何静态站点托管服务中,例如...
  • The head Property

    The head property The head property Nuxt let you define all default meta for your application inside nuxt.config.js , use the same head property Type: Object or Function ...
  • 视 图

    视图 模板 布局 默认布局 自定义布局 错误页面 页面 HTML 头部 默认 Meta 标签 个性化特定页面的 Meta 标签 视图 本章节的内容阐述了如何在 Nuxt.js 应用中为指定的路由配置数据和视图,包括应用模板、页面、布局和HTML头部等内容。 模板 你可以定制化 Nuxt.js 默认的应用模板。 ...
  • loading

    API: The loading Property Disable the Progress Bar Customizing the Progress Bar Internals of the Progress Bar Using a Custom Loading Component API: The loading Property Ty...
  • 资源文件

    资源文件 Webpack 构建 静态文件 资源文件 默认情况下 Nuxt 使用 vue-loader、file-loader 以及 url-loader 这几个 Webpack 加载器来处理文件的加载和引用。对于不需要通过 Webpack 处理的静态资源文件,可以放置在 static 目录中。 Webpack 构建 默认情况下,...
  • Using nginx as a proxy

    Using nginx as a reverse proxy Using nginx with generated pages and a caching proxy as fallback nginx configuration for Laravel Forge Secure Laravel Forge with TLS Using ngi...
  • loading

    API: loading 属性配置 loading 属性配置 禁用加载进度条 个性化加载进度条 自定义加载组件 进度条时长说明 API: loading 属性配置 loading 属性配置 类型: Boolean 或 Object 或 String 在页面切换的时候,Nuxt.js 使用内置的加载组件显示加载进度条。你可以定...
  • globalName

    API: The globalName Property The globals property API: The globalName Property Nuxt.js lets you customize the global ID used in the main HTML template as well as the main Vue ...
  • ES Modules

    ES Modules Background CommonJS Modules ESM Syntax What is ‘Native’ ESM? What are valid imports in a Node.js context? What kinds of problems can there be? Troubleshooting ESM ...
  • rootDir

    API: rootDir 属性配置 rootDir 属性配置 API: rootDir 属性配置 rootDir 属性配置 类型: String 默认值: process.cwd() 设置 Nuxt.js 应用的根目录。 该配置项的值会被 nuxt 命令行 指定的路径参数覆盖(例如:nuxt my-app/ 会将 root...