0.0.6 • Published 8 months ago

vue-sjv v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Simple Json Viewer

This is a deadly simple Vue3 JSON viewer component, just as it is named.

Demo

Here is what it looks like.

Getting Started

Before everything

A Vue3 project.

Installation

npm i vue-sjv

Usage/Examples

<template>
  <div>
    <SimpleJsonViewer :model-value="{foo: 'bar'}" />
  </div>
</template>
<script lang="ts" setup>
import { SimpleJsonViewer } from 'vue-sjv';
</script>
0.0.6

8 months ago

0.0.5

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago