https://github.com/oognuyh/redoc-vue3
A library that wraps the Redoc standalone version for Vue 3.
https://github.com/oognuyh/redoc-vue3
redoc redoc-standalone typescript vue3
Last synced: 6 months ago
JSON representation
A library that wraps the Redoc standalone version for Vue 3.
- Host: GitHub
- URL: https://github.com/oognuyh/redoc-vue3
- Owner: oognuyh
- License: mit
- Created: 2024-06-16T15:19:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-17T05:22:28.000Z (over 1 year ago)
- Last Synced: 2025-03-10T07:04:57.874Z (7 months ago)
- Topics: redoc, redoc-standalone, typescript, vue3
- Language: Vue
- Homepage: https://www.npmjs.com/package/@oognuyh/redoc-vue3
- Size: 2.48 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Redoc Vue3
A library that wraps the Redoc standalone version for Vue 3.
See [Redocly's redoc](https://redocly.com/redoc/) and [Vuejs](https://vuejs.org/)## Installation
```bash
// npm
npm install @oognuyh/redoc-vue3// yarn
yarn add @oognuyh/redoc-vue3
```## Usage
```vue
import { RedocContainer } from "@oognuyh/redoc-vue3";
```