Skip to content

intjelic/inkline-byteplug-document-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

<script>
import IDocumentViewer from 'inkline-byteplug-document-viewer'

export default {
  name: "MyApp",
  components: {
    IDocumentViewer
  }
}
</script>

<template>
  <i-document-viewer/>
</template>