0.4.2 • Published 6 years ago

niftystart v0.4.2

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

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.