Nuxt TypeScript Nuxt TypeScript
    • Introduction
  • ガイド

    • イントロダクション
    • セットアップ
    • Runtime(オプション)
    • Lint
  • Cookbook

    • コンポーネント
    • ミドルウェア
    • プラグイン
    • ストア
    • 設定(ランタイム)
    • モジュール(ランタイム)
    • Server Middlewares(ランタイム)
  • 例

    • Options API
    • Class API
    • Composition API
  • More

    • English
    • Español
    • Português
    • 繁體中文
    • 简体中文

設定(ランタイム)

nuxt.config.ts
import { NuxtConfig } from '@nuxt/types'

const config: NuxtConfig = {
  // 自動補完と型判定による設定の定義
}

export default config
ストア モジュール(ランタイム)
  • English
  • Español
  • Português
  • 繁體中文
  • 简体中文