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

https://github.com/intjelic/inkline-byteplug-document-viewer

Inkline component to display JSON document defined by a YAML specs.
https://github.com/intjelic/inkline-byteplug-document-viewer

byteplug document-validator inkline vuejs

Last synced: 4 months ago
JSON representation

Inkline component to display JSON document defined by a YAML specs.

Awesome Lists containing this project

README

          

# Inkline Byteplug Document Viewer

This is a Vue.js component to display a JSON document with a YAML specs as
defined by the Document Validator standard from Bytpelug. It's not technically
an Inkline component but instead it uses Inkline components; therefore it
depends on it.

```
npm install inkline-byteplug-document-viewer
```

## How to use

```vue

import IDocumentViewer from 'inkline-byteplug-document-viewer'

export default {
name: "MyApp",
components: {
IDocumentViewer
}
}

```