-
Notifications
You must be signed in to change notification settings - Fork 9k
Seamless Integration with Bundlers & Test Tools
In this page we will explore how to seamlessly integrate SwaggerUI with various bundlers and testing tools to streamline the development process.
Vite.js is a next-generation front-end development build tool that offers lightning-fast performance by leveraging native ES modules and providing a feature-rich development environment with hot module replacement and optimized production builds.
GitHub repository | description |
---|---|
https://github.com/char0n/swagger-ui-vite | swagger-ui-react + Vite.js |
https://github.com/char0n/swagger-ui-vite-dist | SwaggerUI dist fragments used within Vue.js components and built by Vite.js |
Parcel.js is the zero configuration build tool.
GitHub repository | description |
---|---|
https://github.com/char0n/swagger-ui-parcel/tree/swagger-ui | swagger-ui with Parcel.js |
https://github.com/char0n/swagger-ui-parcel/tree/swagger-ui-react | swagger-ui-react with Parcel.js |
Next.js is the React Framework for the Web.
GitHub repository | description |
---|---|
https://github.com/char0n/swagger-ui-nextjs | swagger-ui-react with Next.js |
GitHub issues specific to Next.js support:
Jest is a delightful JavaScript Testing Framework with a focus on simplicity.
GitHub repository | description |
---|---|
https://github.com/char0n/swagger-ui-nextjs | swagger-ui and swagger-ui-react with Jest.js |
Create React App is an officially supported way to create single-page React applications. It offers a modern build setup with no configuration.
GitHub repository | description |
---|---|
https://github.com/char0n/swagger-ui-cra | swagger-ui-react with Create React App |
WARNING: Create React App has been abandoned by Facebook/Meta and is no longer mantained.
Nuxt@3 is the Intuitive Web Framework.
GitHub repository | description |
---|---|
https://github.com/char0n/swagger-ui-nuxt | swagger-ui-react with Nuxt@3 |