@ranjeetsinghbnl/product-mgmt-stenciljs
v0.0.1
Published
A showcase of product list and cart components in StencilJs.
Downloads
46
Maintainers
Readme
product-mgmt-stenciljs
A showcase of product list and cart components in StencilJs. For more guides on component check
This project will give you an ideas of stencil components. I have created a two components ProductView and ProductCart to be demonstrate a Micro Front End example repo and how you can create a technology agnostic application. You can find more about stenciljs here.
This example is inspired from. A blog demonstrating how we can use angular-elements to create a micro-front application.
But i want to give this a try in Stencil. It is Web Components ready and comes with great features. Also the build size is too small for production usage. You can check the build size of Angular-elements and StencilJs components.
For linting i'm using tslint-stencil package. It will follow the guidelines define by the stencil team.