Lit Element Data Provider Component
This webcomponent follows the open-wc recommendation.
npm i data-provider
<script type="module">
import 'data-provider/data-provider.js';
</script>
<data-provider></data-provider>
For most of the tools, the configuration is in the package.json
to reduce the amount of files in your project.
If you customize the configuration a lot, you can consider moving them to individual files.
npm start