0.0.6 • Published 6 years ago
quicktype-jsoncrew-plugin v0.0.6
JSON Crew Plugin
This webcomponent follows the open-wc recommendation.
This is a starter template for plugin to be used with JSON Crew
Usage
<script type="module">
import 'jc-json-utils/jc-json-utils.js';
</script>
<jc-json-utils data="{ thing: 1}"></jc-json-utils>Running the demo
npm i
npm startTesting using karma
npm run testLinting
npm run lint