1.0.5 • Published 6 years ago

vue-json-content v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

vue-json-content

A Vue component that shows a pretty printed json.

This isn't particularly useful, it's used as a demo for how to publish Vue components to NPM!

Installation

npm i --save-dev vue-json-content

Browser

Include the script file, then install the component with Vue.use(VueJsonContent); e.g.:

<script type="text/javascript" src="node_modules/vuejs/dist/vue.min.js"></script>
<script type="text/javascript" src="node_modules/vue-json-content/dist/vue-json-content.min.js"></script>
<script type="text/javascript">
  Vue.use(VueJsonContent);
</script>

Module

import VueJsonContent from 'vue-json-content';

Usage

Once installed, it can be used in a template as simply as:

<div v-json-content="json"></div>
1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago