Nuxt TypeScript Nuxt TypeScript
    • Introduction
  • 導覽

    • 介紹
    • 安裝設定
    • Runtime (可選)
    • Lint
  • 更多使用方式

    • 元件
    • 中介層
    • 擴充元件
    • Store
    • 設定 (Runtime)
    • 模組 (Runtime)
    • 伺服器渲染中介層 (Runtime)
  • 範例

    • Options API
    • Class API
    • Composition API
  • More

    • English
    • 日本語
    • Español
    • Português
    • 简体中文

設定 (Runtime)

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

const config: NuxtConfig = {
  // 透過 自動完成 以及 型別檢查 定義設定
}

export default config
Store 模組 (Runtime)
  • English
  • 日本語
  • Español
  • Português
  • 简体中文