Nuxt/docs/4.examples/3.composables/use-fetch.md
Sébastien Chopin 3ec108493d
docs: simplify the docs directory (#18506)
* docs: simplify docs to only markdown

* Create nuxt-config.md

* chore: update

* chore: add readme
2023-01-25 10:41:41 +01:00

21 lines
444 B
Markdown

---
toc: false
---
# useFetch
This example shows how to use useFetch to fetch data from an API endpoint.
::alert{type=info icon=💡}
Nuxt will automatically read files in the `~/server/api` directory to create API endpoints.
::
::ReadMore{link="/docs/api/composables/use-fetch"}
::
::ReadMore{link="/docs/getting-started/data-fetching"}
::
::sandbox{repo="nuxt/nuxt" branch="main" dir="examples/composables/use-fetch" file="app.vue"}
::