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

    mode 属性 mode 属性 类型: string 默认: universal 可以设置的值: 'spa' : 没有服务器端渲染(只有客户端路由导航等) 'universal' : 同构应用程序(服务器端呈现+客户端路由导航等) 您可以使用此选项更改项目的nuxt.config.js 中默认nuxt模式
  • mode

    API: The mode Property mode 属性 API: The mode Property mode 属性 类型: string 默认: universal 可以设置的值: 'spa' : 没有服务器端渲染(只有客户端路由导航等) 'universal' : 同构应用程序(服务器端呈现+客户端路由导航等) 您可...
  • The dir Property

    The dir property The dir property Define the custom directories for your Nuxt application Type: Object Default: { assets : 'assets' , app : 'app' , layouts ...
  • How to add webpack plugins?

    How to add webpack plugins? How to add webpack plugins? In your nuxt.config.js file, under the build option, you can pass webpack plugins , the same way you would doit in ...
  • clearError

    clearError clearError Nuxt provides a composable to clear all handled errors. Within your pages, components, and plugins, you can use clearError to clear all errors and redi...
  • runtimeConfig

    RuntimeConfig properties publicRuntimeConfig privateRuntimeConfig RuntimeConfig properties Runtime config allows passing dynamic config and environment variables to the nux...
  • How to use JSX?

    How to use JSX? How to use JSX? Nuxt.js uses @nuxt/babel-preset-app , which is based on the official @vue/babel-preset-app for babel default configuration, so you can use JSX ...
  • Generator

    Hooks Source: generator/generator.js Hooks generate: hooks: Hook Arguments When generate:before (generator, generateOptions) Hook on before generation generate:distRemov...
  • srcDir

    API: The srcDir Property API: The srcDir Property Type: String Default: rootDir value Define the source directory of your Nuxt.js application Example (nuxt.config.js ): ...
  • client-only

    API: The Component API: The Component This component is used to purposely render a component only on client-side. To import a component only on the client, register the comp...