@sitecore-feaas/sdk

v0.0.15
This module renders the component and populates it with data. It also supports efficient update of component for the new data.

test

npx vitest --config ../frontend/vite.config.ts $FLAGS

build

npm run build:node; npm run build:web;

start

webpack serve --open

build:web

tsup --entry.web src/webcomponent.ts --platform=browser --target es6 --format iife --global-name FEAAS --dts --minify; mv dist/web.global.js dist/web.js

build:node

tsup src/index.ts src/react.js --format cjs,esm --dts --platform=browser

prepublish

npm run build

test:watch

npx vitest --config ../frontend/vite.config.ts
npm i @sitecore-feaas/[email protected]

Metadata

  • ISC
  • Whatever
  • Unknown
  • released 8/15/2022

Downloads

Maintainers