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