adastra-ui-comment

Testing locally 1) in this file - `npm i` install dependencies - `npm run build` or `npm run tsc` to build your module 2) in childApp - in package.json under dependencies add ui-astra-assets with file:(relativePathToRepo) - "ui-astra-a

Usage no npm install needed!

<script type="module">
  import adastraUiComment from 'https://cdn.skypack.dev/adastra-ui-comment';
</script>

README

Testing locally

  1. in this file
    • npm i install dependencies
    • npm run build or npm run tsc to build your module
  2. in childApp
    • in package.json under dependencies add ui-astra-assets with file:(relativePathToRepo)
      • "ui-astra-assets": "file:../ui-astra-assets",
    • npm i to make sure everything is set up
    • start app npm start