Nuxt 설정 정보

interface NuxtAppProps {
    app?: App;
    auth?: Auth;
    debug?: boolean;
    i18n?: I18nProps;
    interfaces?: Interface;
    logging?: Logging;
    mobile?: Mobile;
    nuxt?: NuxtOptions;
    server?: Server;
}

Hierarchy

  • AppProps
    • NuxtAppProps

Properties

app?: App

어플리케이션 설정

auth?: Auth

인증 설정

debug?: boolean

디버그 여부

Default

false
i18n?: I18nProps

다국어 설정

interfaces?: Interface

인터페이스 설정

logging?: Logging

로깅 설정

mobile?: Mobile

모바일 설정

nuxt 설정

server?: Server

서버 설정

Generated using TypeDoc