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.
- Host: GitHub
- URL: https://github.com/intjelic/inkline-byteplug-document-viewer
- Owner: intjelic
- License: mit
- Created: 2022-07-26T10:00:25.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-26T14:16:37.000Z (almost 4 years ago)
- Last Synced: 2025-02-25T21:16:43.533Z (over 1 year ago)
- Topics: byteplug, document-validator, inkline, vuejs
- Language: Vue
- Homepage: https://www.intjelic.me/projects/inkline-byteplug-document-viewer
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
}
}
```