mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
f26a801775
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
32 lines
1.3 KiB
Markdown
32 lines
1.3 KiB
Markdown
---
|
|
title: 'Nuxt API Reference'
|
|
titleTemplate: '%s'
|
|
description: 'Explore all Nuxt Internals: Components, Composables, Utils, Commands and more.'
|
|
navigation: false
|
|
surround: false
|
|
---
|
|
|
|
::card-group
|
|
::card{icon="i-ph-cube-duotone" title="Components" to="/docs/api/components/client-only"}
|
|
Explore Nuxt built-in components for pages, layouts, head, and more.
|
|
::
|
|
::card{icon="i-ph-arrows-left-right-duotone" title="Composables" to="/docs/api/composables/use-app-config"}
|
|
Discover Nuxt composable functions for data-fetching, head management and more.
|
|
::
|
|
::card{icon="i-ph-function-duotone" title="Utils" to="/docs/api/utils/dollarfetch"}
|
|
Learn about Nuxt utility functions for navigation, error handling and more.
|
|
::
|
|
::card{icon="i-ph-terminal-window-duotone" title="Commands" to="/docs/api/commands/add"}
|
|
List of Nuxt CLI commands to init, analyze, build, and preview your application.
|
|
::
|
|
::card{icon="i-ph-toolbox-duotone" title="Nuxt Kit" to="/docs/api/kit/modules"}
|
|
Understand Nuxt Kit utilities to create modules and control Nuxt.
|
|
::
|
|
::card{icon="i-ph-brain-duotone" title="Advanced" to="/docs/api/advanced/hooks"}
|
|
Go deep in Nuxt internals with Nuxt lifecycle hooks.
|
|
::
|
|
::card{icon="i-ph-gear-duotone" title="Nuxt Configuration" to="/docs/api/nuxt-config"}
|
|
Explore all Nuxt configuration options to customize your application.
|
|
::
|
|
::
|