jenter-stenciljs-starter

Stencil Component Starter

Usage no npm install needed!

<script type="module">
  import jenterStenciljsStarter from 'https://cdn.skypack.dev/jenter-stenciljs-starter';
</script>

README

This is just a testing stenciljs app for the intention of testing within GrapesJS.




Getting Started

To start building a new web component using Stencil, clone this repo to a new directory:

npm install
npm start

To build the component for production, run:

npm run build

To run the unit tests for the components, run:

npm test

Utilizing with GrapesJS

To utilize within GrapesJS, I have been publishing to https://www.npmjs.com/package/jenter-stenciljs-starter and then including the reference as