🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

vue-json-to-html-table

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
v

vue-json-to-html-table

A Vue.js 3 component to transform json data in to html.

0.0.7
latest
69

Supply Chain Security

100

Vulnerability

76

Quality

76

Maintenance

100

License

Version published
Weekly downloads
43
2.38%
Maintainers
1
Weekly downloads
 
Created
Issues
1

vue-json-to-html-table

A Vue.js 3 component to transform json data in to html.

Installation

npm install vue-json-to-html-table

Usage

For vue-cli user:

import VueJsonToHtmlTable from 'vue-json-to-html-table';
import 'vue-json-to-html-table/dist/style.css';

In your App.vue:

<template>
  <div id="app">
    <VueJsonToHtmlTable :data="jsonData" />
  </div>
</template>

import VueJsonToHtmlTable from 'vue-json-to-html-table';

export default {
  components: {
    ...,
    VueJsonToHtmlTable
  }
}

Important: data must be in valid json format.

Configuration

PropDetails
dataData in valid json format

FAQs

Package last updated on 16 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts