mhva-lugares-crud
v0.0.8
Published
Webcomponent mhva-lugares-crud with lit-element and open-wc recommendations
Downloads
4
Readme
<mhva-lugares-crud>
This webcomponent follows the open-wc recommendation.
Installation
npm i mhva-lugares-crud
Usage
<script type="module">
import 'mhva-lugares-crud/mhva-lugares-crud.js';
</script>
<mhva-lugares-crud></mhva-lugares-crud>
Linting
npm run lint
Formating
npm run format
Testing using karma
npm run test
Demoing
npm run start
Building
npm run build