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