mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-14 18:13:54 +00:00
20 lines
752 B
Markdown
20 lines
752 B
Markdown
|
---
|
||
|
title: 'Nuxt Guide'
|
||
|
titleTemplate: '%s'
|
||
|
description: 'Lean how Nuxt works with in-depth guides.'
|
||
|
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.
|
||
|
::
|
||
|
::
|