Vue.js
Installation
npm install @scalar/api-reference
Usage
<script setup lang="ts">
import { ApiReference } from '@scalar/api-reference'
import '@scalar/api-reference/style.css'
</script>
<template>
<ApiReference
:configuration="{
url: 'https://registry.scalar.com/@scalar/apis/galaxy/latest?format=json',
}" />
</template>