NUXTJS

  • ドキュメント
  • 例
  • Resources
  • ブログ
  • ビデオコース new

Loading

  • Customize Nuxt Loading
  • Customize Nuxt Loading Indicator
  • Custom Loading Component

Data Fetching

  • asyncData Hook
  • fetch Hook

Miscellaneous

  • レイアウト
  • Lazy Loading Components
  • Vuex ストア
  • Nuxt Helpers

Asset Management

  • webpack Assets
  • Pre-processors

SEO

  • SEO HTML Head
  • SEO Twitter and Open Graph

Routing

  • Hello World
  • Active Link Classes
  • Dynamic Pages
  • Nested Pages

Transitions

  • Nuxt transitions

Plugins

  • Vue Plugins
  • Client Only Plugins
  • External Packages Plugin
  • Custom Plugins

Modules

  • Local Module
  • Axios usage

Middleware

  • Router Middleware
  • Named Middleware
  • Anonymous Middleware

バージョン 2.15.2

Loading

  • Customize Nuxt Loading
  • Customize Nuxt Loading Indicator
  • Custom Loading Component

Data Fetching

  • asyncData Hook
  • fetch Hook

Miscellaneous

  • レイアウト
  • Lazy Loading Components
  • Vuex ストア
  • Nuxt Helpers

Asset Management

  • webpack Assets
  • Pre-processors

SEO

  • SEO HTML Head
  • SEO Twitter and Open Graph

Routing

  • Hello World
  • Active Link Classes
  • Dynamic Pages
  • Nested Pages

Transitions

  • Nuxt transitions

Plugins

  • Vue Plugins
  • Client Only Plugins
  • External Packages Plugin
  • Custom Plugins

Modules

  • Local Module
  • Axios usage

Middleware

  • Router Middleware
  • Named Middleware
  • Anonymous Middleware

Hello World

この例では:

pages/index.vue and pages/about.vue show how Nuxt server renders the page on first load or on hard refresh and renders the page on client side when navigating using the <NuxtLink> component.

Learn more in the Get Started book in the Installation chapter.

Loading CodeSandbox...
   

NuxtJS ニュースレター

コアチームとコントリビューターがキュレーションした最新の Nuxt のニュースをメールで受信できます。

発見

  • 私たちのチーム
  • デザインキット
  • お問い合わせ

About

  • リソース
  • チャット
  • 貢献ガイド

サポート

  • グッズストア
  • スポンサーと寄付
  • トレーニングとコンサルティング
Deploys by Netlify
ドキュメント 例 Resources ブログ ビデオコース