niftystart

A Web Component based starting point for a project. This can also easily be used as a lit-element or even Polymer based project as well.

Usage no npm install needed!

<script type="module">
  import niftystart from 'https://cdn.skypack.dev/niftystart';
</script>

README

niftystart

A Web Component based starting point for a project. This can also easily be used as a lit-element or even Polymer based project as well.

Includes gulp build processes for including lit-html content from seperate file into js file. This keeps the view relatively clean from the logic -- which I believe still matters, even with lit-HTML style data binding (or React for that matter).

This includes a gulp process that will wrap React components as vanillaJs Web Components. Allowing you to use React components just as if they were Web Components. Pretty nifty neat on that one.