An open API service indexing awesome lists of open source software.

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.

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";

```