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

    环境变量配置 自动注入环境变量 process.env == {} 环境变量配置 类型: Object Nuxt.js 让你可以配置在客户端和服务端共享的环境变量。 例如 (nuxt.config.js ): module . exports = { env : { baseUrl : process...
  • key

    key 属性 key 属性 设置内部<router-view> 组件的key 属性 类型: String 或 Function key 属性赋值到<router-view> ,这对于在动态页面和不同路径中进行转换很有用。不同的key 会使页面组件重新渲染。 有几种方法可以设置key 。有关更多详细信息,请参阅nuxt组件 中的nuxtC...
  • 路 由

    1140 2019-06-30 《Nuxt.js 2.6.x 教程》
    路由 基础路由 动态路由 路由参数校验 嵌套路由 动态嵌套路由 未知嵌套深度的动态嵌套路由 命名视图 SPA fallback 在Surge上实现 在 GitHub Pages 和 Netlify 上实现 在 Firebase Hosting 上实现 过渡动效 全局过渡动效设置 页面过渡动效设置 中间件 路由 Nuxt...
  • The modulesDir Property

    The modulesDir property The modulesDir property Define the modules directory for your Nuxt application Type: Array Default: ['node_modules'] Used to set the modules direc...
  • runtimeConfig

    RuntimeConfig properties publicRuntimeConfig privateRuntimeConfig RuntimeConfig properties Runtime config allows passing dynamic config and environment variables to the nux...
  • Generator

    The Generator Class Hooks The Generator Class Source: generator/generator.js Hooks Hook Arguments When generate:before (generator, generateOptions) Hook on before gene...
  • iOS and phone numbers

    iOS and phone numbers Use a meta tag to stop the transformation Wrap your phone numbers in links iOS and phone numbers Some mobile Safari versions will automatically trans...
  • The ssr Property

    The ssr property The ssr property Change default nuxt ssr value Type: boolean Default: true Possible values: true : Server-side rendering enabled false : No server-side ren...
  • srcDir 属性配置

    srcDir 属性配置 srcDir 属性配置 类型: String 默认值:rootDir 的值 设置 Nuxt.js 应用的源码目录 例如 (nuxt.config.js ): module . exports = { srcDir : 'client/' } 此时,应用的目录结构应为: -| ...
  • DO App Platform Static & Server

    Prerequisites Setup Continuous deployment (CD) Add custom domains Deploy to DigitalOcean button DigitalOcean App Platform allows you to build, deploy, and scale apps quickly...