README
<wmb-lugares-crud>
This webcomponent follows the open-wc recommendation.
Installation
npm i wmb-lugares-crud
Usage
<script type="module">
import 'wmb-lugares-crud/wmb-lugares-crud.js';
</script>
<wmb-lugares-crud></wmb-lugares-crud>
Linting
npm run lint
Formating
npm run format
Testing using karma
npm run test
Demoing
npm run start
Building
npm run build