Skip to content

Commit f78d83f

Browse files
authored
Merge branch 'openapi-ts:main' into support-custom-path-serializer
2 parents a187a7e + c53536c commit f78d83f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/openapi-fetch/examples.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ _Note: if you’re using Svelte without SvelteKit, the root example in `src/rout
3434

3535
[View a code example in GitHub](https://github.com/openapi-ts/openapi-typescript/tree/main/packages/openapi-fetch/examples/vue-3)
3636

37+
## Nuxt 3
38+
39+
[Nuxt 3](https://nuxtjs.org/) is a popular SSR framework for Vue 3. By combining Nuxt's built-in [useAsyncData](https://nuxt.com/docs/api/composables/use-async-data) composable with openapi-fetch, you can easily implement type-safe API communication with server-side rendering.
40+
41+
[View a code example in GitHub](https://github.com/HasutoSasaki/nuxt3-openapi-typescript-example)
42+
3743
---
3844

3945
Additional examples are always welcome! Please [open a PR](https://github.com/openapi-ts/openapi-typescript/pulls) with your examples.

0 commit comments

Comments
 (0)