2023-10-18 10:59:43 +00:00
|
|
|
---
|
|
|
|
title: 'Nuxt Guide'
|
|
|
|
titleTemplate: '%s'
|
2023-11-21 20:36:22 +00:00
|
|
|
description: 'Learn how Nuxt works with in-depth guides.'
|
2023-10-18 10:59:43 +00:00
|
|
|
navigation: false
|
|
|
|
surround: false
|
|
|
|
---
|
|
|
|
|
|
|
|
::card-group{class="sm:grid-cols-1"}
|
|
|
|
::card{icon="i-ph-medal-duotone" title="Key Concepts" to="/docs/guide/concepts"}
|
|
|
|
Discover the main concepts behind Nuxt, from auto-import, hybrid rendering to its TypeScript support.
|
|
|
|
::
|
|
|
|
::card{icon="i-ph-folders-duotone" title="Directory Structure" to="/docs/guide/directory-structure"}
|
|
|
|
Learn about Nuxt directory structure and what benefits each directory or file offers.
|
|
|
|
::
|
|
|
|
::card{icon="i-ph-star-duotone" title="Going Further" to="/docs/guide/going-further"}
|
|
|
|
Master Nuxt with advanced concepts like experimental features, hooks, modules, and more.
|
|
|
|
::
|
|
|
|
::
|