@hey-api/vite-plugin
v0.2.1
Published
🚀 Vite plugin for `@hey-api/openapi-ts` codegen.
Downloads
587
Maintainers
Readme
Dashboard
Access your projects and OpenAPI specifications in the Hey API Platform.
Contributing
Want to see your code in products used by millions?
Start with our Contributing guide and release your first feature.
Documentation
Please visit our website for documentation, guides, migrating, and more.
Sponsors
Help Hey API stay around for the long haul by becoming a sponsor.
Usage
Add to plugins inside your Vite configuration.
import { heyApiPlugin } from '@hey-api/vite-plugin';
export default defineConfig({
plugins: [
heyApiPlugin({
config: {
// optional configuration instead of using the configuration file
},
}),
],
});