···11+MIT License
22+33+Copyright (c) Hey API
44+55+Permission is hereby granted, free of charge, to any person obtaining a copy
66+of this software and associated documentation files (the "Software"), to deal
77+in the Software without restriction, including without limitation the rights
88+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
99+copies of the Software, and to permit persons to whom the Software is
1010+furnished to do so, subject to the following conditions:
1111+1212+The above copyright notice and this permission notice shall be included in all
1313+copies or substantial portions of the Software.
1414+1515+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1616+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1717+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121+SOFTWARE.
+41
packages/nuxt/README.md
···11+<div align="center">
22+ <img alt="Hey API logo" height="150" src="https://heyapi.dev/images/logo-300w.png" width="150">
33+ <h1 align="center"><b>Nuxt Module</b></h1>
44+ <p align="center">🚀 Nuxt module for `@hey-api/openapi-ts` codegen.</p>
55+</div>
66+77+<!-- TODO: add working example once StackBlitz updates their Node version -->
88+<!-- [Live demo](https://stackblitz.com/edit/hey-api-client-nuxt-example?file=openapi-ts.config.ts,src%2Fclient%2Fschemas.gen.ts,src%2Fclient%2Fsdk.gen.ts,src%2Fclient%2Ftypes.gen.ts,src%2Fcomponents%home.vue) -->
99+1010+## Features
1111+1212+- seamless integration with `@hey-api/openapi-ts` ecosystem
1313+- type-safe response data and errors
1414+- response data validation and transformation
1515+- access to the original request and response
1616+- granular request and response customization options
1717+- minimal learning curve thanks to extending the underlying technology
1818+- support bundling inside the generated output
1919+- [platform](https://heyapi.dev/openapi-ts/integrations) for automating codegen builds
2020+2121+## Platform
2222+2323+Our platform for OpenAPI specifications is now available. Automatically update your code when the APIs it depends on change. [Find out more](https://heyapi.dev/openapi-ts/integrations).
2424+2525+## Documentation
2626+2727+Please visit our [website](https://heyapi.dev/) for documentation, guides, migrating, and more.
2828+2929+## Sponsors
3030+3131+Love Hey API? Become our [sponsor](https://github.com/sponsors/hey-api).
3232+3333+<p>
3434+ <a href="https://kutt.it/pkEZyc" target="_blank">
3535+ <img alt="Stainless logo" height="50" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg" />
3636+ </a>
3737+</p>
3838+3939+## Migration Guides
4040+4141+[OpenAPI Typescript Codegen](https://heyapi.dev/openapi-ts/migrating#openapi-typescript-codegen)